Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/18
Table Type: Company
Table Name: Customer
Database Table Name: CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Customer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[No_]
,[Name]
,[Search Name]
,[Name 2]
,[Address]
,[Address 2]
,[City]
,[Contact]
,[Phone No_]
,[Telex No_]
,[Document Sending Profile]
,[Ship-to Code]
,[Our Account No_]
,[Territory Code]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Chain Name]
,[Budgeted Amount]
,[Credit Limit (LCY)]
,[Customer Posting Group]
,[Currency Code]
,[Customer Price Group]
,[Language Code]
,[Registration Number]
,[Statistics Group]
,[Payment Terms Code]
,[Fin_ Charge Terms Code]
,[Salesperson Code]
,[Shipment Method Code]
,[Shipping Agent Code]
,[Place of Export]
,[Invoice Disc_ Code]
,[Customer Disc_ Group]
,[Country_Region Code]
,[Collection Method]
,[Amount]
,[Blocked]
,[Invoice Copies]
,[Last Statement No_]
,[Print Statements]
,[Bill-to Customer No_]
,[Priority]
,[Payment Method Code]
,[Format Region]
,[Last Modified Date Time]
,[Last Date Modified]
,[Application Method]
,[Prices Including VAT]
,[Location Code]
,[Fax No_]
,[Telex Answer Back]
,[VAT Registration No_]
,[Combine Shipments]
,[Gen_ Bus_ Posting Group]
,[Picture]
,[GLN]
,[Post Code]
,[County]
,[EORI Number]
,[Use GLN in Electronic Document]
,[E-Mail]
,[Home Page]
,[Reminder Terms Code]
,[No_ Series]
,[Tax Area Code]
,[Tax Liable]
,[VAT Bus_ Posting Group]
,[Reserve]
,[Block Payment Tolerance]
,[IC Partner Code]
,[Prepayment _]
,[Partner Type]
,[Intrastat Partner Type]
,[Exclude from Pmt_ Practices]
,[Image]
,[Privacy Blocked]
,[Disable Search by Name]
,[Allow Multiple Posting Groups]
,[Preferred Bank Account Code]
,[Coupled to CRM]
,[Cash Flow Payment Terms Code]
,[Primary Contact No_]
,[Contact Type]
,[Mobile Phone No_]
,[Responsibility Center]
,[Shipping Advice]
,[Shipping Time]
,[Shipping Agent Service Code]
,[Service Zone Code]
,[Price Calculation Method]
,[Allow Line Disc_]
,[Base Calendar Code]
,[Copy Sell-to Addr_ to Qte From]
,[Validate EU Vat Reg_ No_]
,[Id]
,[Currency Id]
,[Payment Terms Id]
,[Shipment Method Id]
,[Payment Method Id]
,[Tax Area ID]
,[Contact ID]
,[Contact Graph Id]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Customer].[City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Document Sending Profile]
ON
[Customer].[Document Sending Profile] = [Document Sending Profile].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
ON
[Customer].[Ship-to Code] = [Ship-to Address].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Territory$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Territory]
ON
[Customer].[Territory Code] = [Territory].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Customer].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Customer].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Customer].[Customer Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Customer].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Price Group]
ON
[Customer].[Customer Price Group] = [Customer Price Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Customer].[Language Code] = [Language].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Customer].[Payment Terms Code] = [Payment Terms].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser]
ON
[Customer].[Salesperson Code] = [Salesperson/Purchaser].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Customer].[Shipment Method Code] = [Shipment Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Shipping Agent]
ON
[Customer].[Shipping Agent Code] = [Shipping Agent].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
ON
[Customer].[Payment Method Code] = [Payment Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Customer].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Customer].[Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reminder Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Terms]
ON
[Customer].[Reminder Terms Code] = [Reminder Terms].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
ON
[Customer].[Tax Area Code] = [Tax Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Customer].[Currency Filter] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
ON
[Customer].[IC Partner Code] = [IC Partner].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Customer].[Cash Flow Payment Terms Code] = [Payment Terms].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
ON
[Customer].[Responsibility Center] = [Responsibility Center].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Service Zone$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Zone]
ON
[Customer].[Service Zone Code] = [Service Zone].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Base Calendar$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Base Calendar]
ON
[Customer].[Base Calendar Code] = [Base Calendar].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Customer].[Currency Id] = [Currency].[$systemId]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Customer].[Payment Terms Id] = [Payment Terms].[$systemId]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Customer].[Shipment Method Id] = [Shipment Method].[$systemId]
LEFT JOIN
[CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
ON
[Customer].[Payment Method Id] = [Payment Method].[$systemId]
LEFT JOIN
[User] AS [User]
ON
[Customer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Customer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Customer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
2 | Name | Name | Normal | Text | 100 | Name | nvarchar(200) |
3 | Search Name | Search Name | Normal | Code | 100 | Search Name | nvarchar(200) |
4 | Name 2 | Name 2 | Normal | Text | 50 | Name 2 | nvarchar(100) |
5 | Address | Address | Normal | Text | 100 | Address | nvarchar(200) |
6 | Address 2 | Address 2 | Normal | Text | 50 | Address 2 | nvarchar(100) |
7 | City | City | Normal | Text | 30 | City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Customer].[City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Customer].[City] = [Post Code].[City] | |||||||
8 | Contact | Contact | Normal | Text | 100 | Contact | nvarchar(200) |
9 | Phone No. | Phone No. | Normal | Text | 30 | Phone No_ | nvarchar(60) |
10 | Telex No. | Telex No. | Normal | Text | 20 | Telex No_ | nvarchar(40) |
11 | Document Sending Profile | Document Sending Profile | Normal | Code | 20 | Document Sending Profile | nvarchar(40) |
Key to join to the Document Sending Profile table.Show/hide example querySELECT [Customer].[Document Sending Profile] ,[Document Sending Profile].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Document Sending Profile] ON [Customer].[Document Sending Profile] = [Document Sending Profile].[Code] | |||||||
12 | Ship-to Code | Ship-to Code | Normal | Code | 10 | Ship-to Code | nvarchar(20) |
Key to join to the Ship-to Address table.Show/hide example querySELECT [Customer].[Ship-to Code] ,[Ship-to Address].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address] ON [Customer].[Ship-to Code] = [Ship-to Address].[Code] | |||||||
14 | Our Account No. | Our Account No. | Normal | Text | 20 | Our Account No_ | nvarchar(40) |
15 | Territory Code | Territory Code | Normal | Code | 10 | Territory Code | nvarchar(20) |
Key to join to the Territory table.Show/hide example querySELECT [Customer].[Territory Code] ,[Territory].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Territory$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Territory] ON [Customer].[Territory Code] = [Territory].[Code] | |||||||
16 | Global Dimension 1 Code | Global Dimension 1 Code | Normal | Code | 20 | Global Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Customer].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Customer].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
17 | Global Dimension 2 Code | Global Dimension 2 Code | Normal | Code | 20 | Global Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Customer].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Customer].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
18 | Chain Name | Chain Name | Normal | Code | 10 | Chain Name | nvarchar(20) |
19 | Budgeted Amount | Budgeted Amount | Normal | Decimal | 12 | Budgeted Amount | decimal(38,38) |
20 | Credit Limit (LCY) | Credit Limit ($) | Normal | Decimal | 12 | Credit Limit (LCY) | decimal(38,38) |
21 | Customer Posting Group | Customer Posting Group | Normal | Code | 20 | Customer Posting Group | nvarchar(40) |
Key to join to the Customer Posting Group table.Show/hide example querySELECT [Customer].[Customer Posting Group] ,[Customer Posting Group].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group] ON [Customer].[Customer Posting Group] = [Customer Posting Group].[Code] | |||||||
22 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Customer].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Customer].[Currency Code] = [Currency].[Code] | |||||||
23 | Customer Price Group | Customer Price Group | Normal | Code | 10 | Customer Price Group | nvarchar(20) |
Key to join to the Customer Price Group table.Show/hide example querySELECT [Customer].[Customer Price Group] ,[Customer Price Group].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Customer Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Price Group] ON [Customer].[Customer Price Group] = [Customer Price Group].[Code] | |||||||
24 | Language Code | Language Code | Normal | Code | 10 | Language Code | nvarchar(20) |
Key to join to the Language table.Show/hide example querySELECT [Customer].[Language Code] ,[Language].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language] ON [Customer].[Language Code] = [Language].[Code] | |||||||
25 | Registration Number | Registration No. | Normal | Text | 50 | Registration Number | nvarchar(100) |
26 | Statistics Group | Statistics Group | Normal | Integer | 4 | Statistics Group | int |
27 | Payment Terms Code | Payment Terms Code | Normal | Code | 10 | Payment Terms Code | nvarchar(20) |
Key to join to the Payment Terms table.Show/hide example querySELECT [Customer].[Payment Terms Code] ,[Payment Terms].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Customer].[Payment Terms Code] = [Payment Terms].[Code] | |||||||
28 | Fin. Charge Terms Code | Fin. Charge Terms Code | Normal | Code | 10 | Fin_ Charge Terms Code | nvarchar(20) |
Key to join to the Finance Charge Terms table.Show/hide example querySELECT [Customer].[Fin_ Charge Terms Code] ,[Finance Charge Terms].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Finance Charge Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Finance Charge Terms] ON [Customer].[Fin_ Charge Terms Code] = [Finance Charge Terms].[Code] | |||||||
29 | Salesperson Code | Salesperson Code | Normal | Code | 20 | Salesperson Code | nvarchar(40) |
Key to join to the Salesperson/Purchaser table.Show/hide example querySELECT [Customer].[Salesperson Code] ,[Salesperson/Purchaser].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser] ON [Customer].[Salesperson Code] = [Salesperson/Purchaser].[Code] | |||||||
30 | Shipment Method Code | Shipment Method Code | Normal | Code | 10 | Shipment Method Code | nvarchar(20) |
Key to join to the Shipment Method table.Show/hide example querySELECT [Customer].[Shipment Method Code] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Customer].[Shipment Method Code] = [Shipment Method].[Code] | |||||||
31 | Shipping Agent Code | Shipping Agent Code | Normal | Code | 10 | Shipping Agent Code | nvarchar(20) |
Key to join to the Shipping Agent table.Show/hide example querySELECT [Customer].[Shipping Agent Code] ,[Shipping Agent].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Shipping Agent] ON [Customer].[Shipping Agent Code] = [Shipping Agent].[Code] | |||||||
32 | Place of Export | Place of Export | Normal | Code | 20 | Place of Export | nvarchar(40) |
33 | Invoice Disc. Code | Invoice Disc. Code | Normal | Code | 20 | Invoice Disc_ Code | nvarchar(40) |
Key to join to the Customer Invoice Disc. table.Show/hide example querySELECT [Customer].[Invoice Disc_ Code] ,[Customer Invoice Disc.].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [] AS [Customer Invoice Disc.] ON [Customer].[Invoice Disc_ Code] = [Customer Invoice Disc.].[Code] | |||||||
34 | Customer Disc. Group | Customer Disc. Group | Normal | Code | 20 | Customer Disc_ Group | nvarchar(40) |
Key to join to the Customer Discount Group table.Show/hide example querySELECT [Customer].[Customer Disc_ Group] ,[Customer Discount Group].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Customer Discount Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Discount Group] ON [Customer].[Customer Disc_ Group] = [Customer Discount Group].[Code] | |||||||
35 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
36 | Collection Method | Collection Method | Normal | Code | 20 | Collection Method | nvarchar(40) |
37 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
38 | Comment | Comment | FlowField | Boolean | 4 | ||
39 | Blocked | Blocked | Normal | Option | 4 | Blocked | int |
Available options are:
| |||||||
40 | Invoice Copies | Invoice Copies | Normal | Integer | 4 | Invoice Copies | int |
41 | Last Statement No. | Last Statement No. | Normal | Integer | 4 | Last Statement No_ | int |
42 | Print Statements | Print Statements | Normal | Boolean | 4 | Print Statements | tinyint |
45 | Bill-to Customer No. | Bill-to Customer No. | Normal | Code | 20 | Bill-to Customer No_ | nvarchar(40) |
46 | Priority | Priority | Normal | Integer | 4 | Priority | int |
47 | Payment Method Code | Payment Method Code | Normal | Code | 10 | Payment Method Code | nvarchar(20) |
Key to join to the Payment Method table.Show/hide example querySELECT [Customer].[Payment Method Code] ,[Payment Method].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method] ON [Customer].[Payment Method Code] = [Payment Method].[Code] | |||||||
48 | Format Region | Format Region | Normal | Text | 80 | Format Region | nvarchar(160) |
53 | Last Modified Date Time | Last Modified Date Time | Normal | DateTime | 8 | Last Modified Date Time | datetime |
54 | Last Date Modified | Last Date Modified | Normal | Date | 4 | Last Date Modified | datetime |
55 | Date Filter | Date Filter | FlowFilter | Date | 4 | ||
56 | Global Dimension 1 Filter | Global Dimension 1 Filter | FlowFilter | Code | 20 | ||
57 | Global Dimension 2 Filter | Global Dimension 2 Filter | FlowFilter | Code | 20 | ||
58 | Balance | Balance | FlowField | Decimal | 12 | ||
59 | Balance (LCY) | Balance ($) | FlowField | Decimal | 12 | ||
60 | Net Change | Net Change | FlowField | Decimal | 12 | ||
61 | Net Change (LCY) | Net Change ($) | FlowField | Decimal | 12 | ||
62 | Sales (LCY) | Sales ($) | FlowField | Decimal | 12 | ||
63 | Profit (LCY) | Profit ($) | FlowField | Decimal | 12 | ||
64 | Inv. Discounts (LCY) | Inv. Discounts ($) | FlowField | Decimal | 12 | ||
65 | Pmt. Discounts (LCY) | Pmt. Discounts ($) | FlowField | Decimal | 12 | ||
66 | Balance Due | Balance Due | FlowField | Decimal | 12 | ||
67 | Balance Due (LCY) | Balance Due ($) | FlowField | Decimal | 12 | ||
69 | Payments | Payments | FlowField | Decimal | 12 | ||
70 | Invoice Amounts | Invoice Amounts | FlowField | Decimal | 12 | ||
71 | Cr. Memo Amounts | Cr. Memo Amounts | FlowField | Decimal | 12 | ||
72 | Finance Charge Memo Amounts | Finance Charge Memo Amounts | FlowField | Decimal | 12 | ||
74 | Payments (LCY) | Payments ($) | FlowField | Decimal | 12 | ||
75 | Inv. Amounts (LCY) | Inv. Amounts ($) | FlowField | Decimal | 12 | ||
76 | Cr. Memo Amounts (LCY) | Cr. Memo Amounts ($) | FlowField | Decimal | 12 | ||
77 | Fin. Charge Memo Amounts (LCY) | Fin. Charge Memo Amounts ($) | FlowField | Decimal | 12 | ||
78 | Outstanding Orders | Outstanding Orders | FlowField | Decimal | 12 | ||
79 | Shipped Not Invoiced | Shipped Not Invoiced | FlowField | Decimal | 12 | ||
80 | Application Method | Application Method | Normal | Option | 4 | Application Method | int |
Available options are:
| |||||||
82 | Prices Including VAT | Prices Including Tax | Normal | Boolean | 4 | Prices Including VAT | tinyint |
83 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Customer].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Customer].[Location Code] = [Location].[Code] | |||||||
84 | Fax No. | Fax No. | Normal | Text | 30 | Fax No_ | nvarchar(60) |
85 | Telex Answer Back | Telex Answer Back | Normal | Text | 20 | Telex Answer Back | nvarchar(40) |
86 | VAT Registration No. | Tax Registration No. | Normal | Text | 20 | VAT Registration No_ | nvarchar(40) |
87 | Combine Shipments | Combine Shipments | Normal | Boolean | 4 | Combine Shipments | tinyint |
88 | Gen. Bus. Posting Group | Gen. Bus. Posting Group | Normal | Code | 20 | Gen_ Bus_ Posting Group | nvarchar(40) |
Key to join to the Gen. Business Posting Group table.Show/hide example querySELECT [Customer].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Customer].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
89 | Picture | Picture | Normal | BLOB | 8 | Picture | image |
90 | GLN | GLN | Normal | Code | 13 | GLN | nvarchar(26) |
91 | Post Code | ZIP Code | Normal | Code | 20 | Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Customer].[Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Customer].[Post Code] = [Post Code].[Code] | |||||||
92 | County | State | Normal | Text | 30 | County | nvarchar(60) |
93 | EORI Number | EORI Number | Normal | Text | 40 | EORI Number | nvarchar(80) |
95 | Use GLN in Electronic Document | Use GLN in Electronic Documents | Normal | Boolean | 4 | Use GLN in Electronic Document | tinyint |
97 | Debit Amount | Debit Amount | FlowField | Decimal | 12 | ||
98 | Credit Amount | Credit Amount | FlowField | Decimal | 12 | ||
99 | Debit Amount (LCY) | Debit Amount ($) | FlowField | Decimal | 12 | ||
100 | Credit Amount (LCY) | Credit Amount ($) | FlowField | Decimal | 12 | ||
102 | Normal | Text | 80 | nvarchar(160) | |||
103 | Home Page | Home Page | Normal | Text | 80 | Home Page | nvarchar(160) |
104 | Reminder Terms Code | Reminder Terms Code | Normal | Code | 10 | Reminder Terms Code | nvarchar(20) |
Key to join to the Reminder Terms table.Show/hide example querySELECT [Customer].[Reminder Terms Code] ,[Reminder Terms].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Reminder Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Terms] ON [Customer].[Reminder Terms Code] = [Reminder Terms].[Code] | |||||||
105 | Reminder Amounts | Reminder Amounts | FlowField | Decimal | 12 | ||
106 | Reminder Amounts (LCY) | Reminder Amounts ($) | FlowField | Decimal | 12 | ||
107 | No. Series | No. Series | Normal | Code | 20 | No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Customer].[No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Customer].[No_ Series] = [No. Series].[Code] | |||||||
108 | Tax Area Code | Tax Area Code | Normal | Code | 20 | Tax Area Code | nvarchar(40) |
Key to join to the Tax Area table.Show/hide example querySELECT [Customer].[Tax Area Code] ,[Tax Area].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area] ON [Customer].[Tax Area Code] = [Tax Area].[Code] | |||||||
109 | Tax Liable | Tax Liable | Normal | Boolean | 4 | Tax Liable | tinyint |
110 | VAT Bus. Posting Group | VAT Bus. Posting Group | Normal | Code | 20 | VAT Bus_ Posting Group | nvarchar(40) |
Key to join to the VAT Business Posting Group table.Show/hide example querySELECT [Customer].[VAT Bus_ Posting Group] ,[VAT Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group] ON [Customer].[VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code] | |||||||
111 | Currency Filter | Currency Filter | FlowFilter | Code | 10 | ||
Key to join to the Currency table.Show/hide example querySELECT [Customer].[] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Customer].[] = [Currency].[Code] | |||||||
113 | Outstanding Orders (LCY) | Outstanding Orders ($) | FlowField | Decimal | 12 | ||
114 | Shipped Not Invoiced (LCY) | Shipped Not Invoiced ($) | FlowField | Decimal | 12 | ||
115 | Reserve | Reserve | Normal | Option | 4 | Reserve | int |
Available options are:
| |||||||
116 | Block Payment Tolerance | Block Payment Tolerance | Normal | Boolean | 4 | Block Payment Tolerance | tinyint |
117 | Pmt. Disc. Tolerance (LCY) | Pmt. Disc. Tolerance ($) | FlowField | Decimal | 12 | ||
118 | Pmt. Tolerance (LCY) | Pmt. Tolerance ($) | FlowField | Decimal | 12 | ||
119 | IC Partner Code | IC Partner Code | Normal | Code | 20 | IC Partner Code | nvarchar(40) |
Key to join to the IC Partner table.Show/hide example querySELECT [Customer].[IC Partner Code] ,[IC Partner].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner] ON [Customer].[IC Partner Code] = [IC Partner].[Code] | |||||||
120 | Refunds | Refunds | FlowField | Decimal | 12 | ||
121 | Refunds (LCY) | Refunds ($) | FlowField | Decimal | 12 | ||
122 | Other Amounts | Other Amounts | FlowField | Decimal | 12 | ||
123 | Other Amounts (LCY) | Other Amounts ($) | FlowField | Decimal | 12 | ||
124 | Prepayment % | Prepayment % | Normal | Decimal | 12 | Prepayment _ | decimal(38,38) |
125 | Outstanding Invoices (LCY) | Outstanding Invoices ($) | FlowField | Decimal | 12 | ||
126 | Outstanding Invoices | Outstanding Invoices | FlowField | Decimal | 12 | ||
130 | Bill-to No. Of Archived Doc. | No. Of Archived Doc. | FlowField | Integer | 4 | ||
131 | Sell-to No. Of Archived Doc. | Sell-to No. Of Archived Doc. | FlowField | Integer | 4 | ||
132 | Partner Type | Partner Type | Normal | Option | 4 | Partner Type | int |
Available options are:
| |||||||
133 | Intrastat Partner Type | Intrastat Partner Type | Normal | Option | 4 | Intrastat Partner Type | int |
Available options are:
| |||||||
134 | Exclude from Pmt. Practices | Exclude from Payment Practices | Normal | Boolean | 4 | Exclude from Pmt_ Practices | tinyint |
140 | Image | Image | Normal | Media | 16 | Image | uniqueidentifier |
150 | Privacy Blocked | Privacy Blocked | Normal | Boolean | 4 | Privacy Blocked | tinyint |
160 | Disable Search by Name | Disable Search by Name | Normal | Boolean | 4 | Disable Search by Name | tinyint |
175 | Allow Multiple Posting Groups | Allow Multiple Posting Groups | Normal | Boolean | 4 | Allow Multiple Posting Groups | tinyint |
288 | Preferred Bank Account Code | Preferred Bank Account Code | Normal | Code | 20 | Preferred Bank Account Code | nvarchar(40) |
720 | Coupled to CRM | Coupled to Dataverse | Normal | Boolean | 4 | Coupled to CRM | tinyint |
721 | Coupled to Dataverse | Coupled to Dataverse | FlowField | Boolean | 4 | ||
840 | Cash Flow Payment Terms Code | Cash Flow Payment Terms Code | Normal | Code | 10 | Cash Flow Payment Terms Code | nvarchar(20) |
Key to join to the Payment Terms table.Show/hide example querySELECT [Customer].[Cash Flow Payment Terms Code] ,[Payment Terms].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Customer].[Cash Flow Payment Terms Code] = [Payment Terms].[Code] | |||||||
5049 | Primary Contact No. | Primary Contact No. | Normal | Code | 20 | Primary Contact No_ | nvarchar(40) |
Key to join to the Contact table.Show/hide example querySELECT [Customer].[Primary Contact No_] ,[Contact].[No_] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Contact$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contact] ON [Customer].[Primary Contact No_] = [Contact].[No_] | |||||||
5050 | Contact Type | Contact Type | Normal | Option | 4 | Contact Type | int |
Available options are:
| |||||||
5061 | Mobile Phone No. | Mobile Phone No. | Normal | Text | 30 | Mobile Phone No_ | nvarchar(60) |
5700 | Responsibility Center | Responsibility Center | Normal | Code | 10 | Responsibility Center | nvarchar(20) |
Key to join to the Responsibility Center table.Show/hide example querySELECT [Customer].[Responsibility Center] ,[Responsibility Center].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center] ON [Customer].[Responsibility Center] = [Responsibility Center].[Code] | |||||||
5750 | Shipping Advice | Shipping Advice | Normal | Option | 4 | Shipping Advice | int |
Available options are:
| |||||||
5790 | Shipping Time | Shipping Time | Normal | DateFormula | 32 | Shipping Time | varchar(32) |
5792 | Shipping Agent Service Code | Shipping Agent Service Code | Normal | Code | 10 | Shipping Agent Service Code | nvarchar(20) |
5900 | Service Zone Code | Service Zone Code | Normal | Code | 10 | Service Zone Code | nvarchar(20) |
Key to join to the Service Zone table.Show/hide example querySELECT [Customer].[Service Zone Code] ,[Service Zone].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Service Zone$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Zone] ON [Customer].[Service Zone Code] = [Service Zone].[Code] | |||||||
5902 | Contract Gain/Loss Amount | Contract Gain/Loss Amount | FlowField | Decimal | 12 | ||
5903 | Ship-to Filter | Ship-to Filter | FlowFilter | Code | 10 | ||
5910 | Outstanding Serv. Orders (LCY) | Outstanding Serv. Orders ($) | FlowField | Decimal | 12 | ||
5911 | Serv Shipped Not Invoiced(LCY) | Serv Shipped Not Invoiced($) | FlowField | Decimal | 12 | ||
5912 | Outstanding Serv.Invoices(LCY) | Outstanding Serv.Invoices($) | FlowField | Decimal | 12 | ||
7000 | Price Calculation Method | Price Calculation Method | Normal | Option | 4 | Price Calculation Method | int |
Available options are:
| |||||||
7001 | Allow Line Disc. | Allow Line Disc. | Normal | Boolean | 4 | Allow Line Disc_ | tinyint |
7171 | No. of Quotes | No. of Quotes | FlowField | Integer | 4 | ||
7172 | No. of Blanket Orders | No. of Blanket Orders | FlowField | Integer | 4 | ||
7173 | No. of Orders | No. of Orders | FlowField | Integer | 4 | ||
7174 | No. of Invoices | No. of Invoices | FlowField | Integer | 4 | ||
7175 | No. of Return Orders | No. of Return Orders | FlowField | Integer | 4 | ||
7176 | No. of Credit Memos | No. of Credit Memos | FlowField | Integer | 4 | ||
7177 | No. of Pstd. Shipments | No. of Pstd. Shipments | FlowField | Integer | 4 | ||
7178 | No. of Pstd. Invoices | No. of Pstd. Invoices | FlowField | Integer | 4 | ||
7179 | No. of Pstd. Return Receipts | No. of Pstd. Return Receipts | FlowField | Integer | 4 | ||
7180 | No. of Pstd. Credit Memos | No. of Pstd. Credit Memos | FlowField | Integer | 4 | ||
7181 | No. of Ship-to Addresses | No. of Ship-to Addresses | FlowField | Integer | 4 | ||
7182 | Bill-To No. of Quotes | Bill-To No. of Quotes | FlowField | Integer | 4 | ||
7183 | Bill-To No. of Blanket Orders | Bill-To No. of Blanket Orders | FlowField | Integer | 4 | ||
7184 | Bill-To No. of Orders | Bill-To No. of Orders | FlowField | Integer | 4 | ||
7185 | Bill-To No. of Invoices | Bill-To No. of Invoices | FlowField | Integer | 4 | ||
7186 | Bill-To No. of Return Orders | Bill-To No. of Return Orders | FlowField | Integer | 4 | ||
7187 | Bill-To No. of Credit Memos | Bill-To No. of Credit Memos | FlowField | Integer | 4 | ||
7188 | Bill-To No. of Pstd. Shipments | Bill-To No. of Pstd. Shipments | FlowField | Integer | 4 | ||
7189 | Bill-To No. of Pstd. Invoices | Bill-To No. of Pstd. Invoices | FlowField | Integer | 4 | ||
7190 | Bill-To No. of Pstd. Return R. | Bill-To No. of Pstd. Return R. | FlowField | Integer | 4 | ||
7191 | Bill-To No. of Pstd. Cr. Memos | Bill-To No. of Pstd. Cr. Memos | FlowField | Integer | 4 | ||
7600 | Base Calendar Code | Base Calendar Code | Normal | Code | 10 | Base Calendar Code | nvarchar(20) |
Key to join to the Base Calendar table.Show/hide example querySELECT [Customer].[Base Calendar Code] ,[Base Calendar].[Code] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Base Calendar$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Base Calendar] ON [Customer].[Base Calendar Code] = [Base Calendar].[Code] | |||||||
7601 | Copy Sell-to Addr. to Qte From | Copy Sell-to Addr. to Qte From | Normal | Option | 4 | Copy Sell-to Addr_ to Qte From | int |
Available options are:
| |||||||
7602 | Validate EU Vat Reg. No. | Validate EU VAT Reg. No. | Normal | Boolean | 4 | Validate EU Vat Reg_ No_ | tinyint |
8000 | Id | Id | Normal | GUID | 16 | Id | uniqueidentifier |
8001 | Currency Id | Currency Id | Normal | GUID | 16 | Currency Id | uniqueidentifier |
Key to join to the Currency table.Show/hide example querySELECT [Customer].[Currency Id] ,[Currency].[$systemId] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Customer].[Currency Id] = [Currency].[$systemId] | |||||||
8002 | Payment Terms Id | Payment Terms Id | Normal | GUID | 16 | Payment Terms Id | uniqueidentifier |
Key to join to the Payment Terms table.Show/hide example querySELECT [Customer].[Payment Terms Id] ,[Payment Terms].[$systemId] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Customer].[Payment Terms Id] = [Payment Terms].[$systemId] | |||||||
8003 | Shipment Method Id | Shipment Method Id | Normal | GUID | 16 | Shipment Method Id | uniqueidentifier |
Key to join to the Shipment Method table.Show/hide example querySELECT [Customer].[Shipment Method Id] ,[Shipment Method].[$systemId] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Customer].[Shipment Method Id] = [Shipment Method].[$systemId] | |||||||
8004 | Payment Method Id | Payment Method Id | Normal | GUID | 16 | Payment Method Id | uniqueidentifier |
Key to join to the Payment Method table.Show/hide example querySELECT [Customer].[Payment Method Id] ,[Payment Method].[$systemId] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method] ON [Customer].[Payment Method Id] = [Payment Method].[$systemId] | |||||||
9003 | Tax Area ID | Tax Area ID | Normal | GUID | 16 | Tax Area ID | uniqueidentifier |
9004 | Tax Area Display Name | Tax Area Display Name | FlowField | Text | 100 | ||
9005 | Contact ID | Contact ID | Normal | GUID | 16 | Contact ID | uniqueidentifier |
9006 | Contact Graph Id | Contact Graph Id | Normal | Text | 250 | Contact Graph Id | nvarchar(500) |
10004 | UPS Zone | UPS Zone | Normal | Code | 2 | ||
10015 | Tax Exemption No. | Tax Exemption No. | Normal | Text | 30 | ||
10017 | Bank Communication | Bank Communication | Normal | Option | 4 | ||
10018 | Check Date Format | Check Date Format | Normal | Option | 4 | ||
10019 | Check Date Separator | Check Date Separator | Normal | Option | 4 | ||
10021 | Balance on Date | Balance on Date | FlowField | Decimal | 12 | ||
10022 | Balance on Date (LCY) | Balance on Date ($) | FlowField | Decimal | 12 | ||
10023 | RFC No. | RFC No. | Normal | Code | 13 | ||
10024 | CURP No. | CURP No. | Normal | Code | 18 | ||
10025 | State Inscription | State Inscription | Normal | Text | 30 | ||
14020 | Tax Identification Type | Tax Identification Type | Normal | Option | 4 | ||
27000 | CFDI Purpose | CFDI Purpose | Normal | Code | 10 | ||
27001 | CFDI Relation | CFDI Relation | Normal | Code | 10 | ||
27002 | SAT Tax Regime Classification | SAT Tax Regime Classification | Normal | Code | 10 | ||
27004 | CFDI Export Code | CFDI Export Code | Normal | Code | 10 | ||
27005 | CFDI General Public | CFDI General Public | Normal | Boolean | 4 | ||
27006 | CFDI Period | CFDI Period | Normal | Option | 4 | ||
27007 | CFDI Customer Name | CFDI Customer Name | Normal | Text | 300 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Customer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] LEFT JOIN [User] AS [User] ON [Customer].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |