Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5495
Table Type: Company
Table Name: Sales Order Entity Buffer
Database Table Name: CRONUS UK Ltd_$Sales Order Entity Buffer$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 Sales Order Entity Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Sell-to Customer No_]
,[No_]
,[Bill-to Customer No_]
,[Bill-to Name]
,[Bill-to Address]
,[Bill-to Address 2]
,[Bill-to City]
,[Bill-to Contact]
,[Ship-to Code]
,[Ship-to Name]
,[Ship-to Address]
,[Ship-to Address 2]
,[Ship-to City]
,[Ship-to Contact]
,[Posting Date]
,[Payment Terms Code]
,[Shipment Method Code]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Customer Posting Group]
,[Currency Code]
,[Prices Including VAT]
,[Salesperson Code]
,[Amount]
,[Amount Including VAT]
,[Sell-to Customer Name]
,[Sell-to Address]
,[Sell-to Address 2]
,[Sell-to City]
,[Sell-to Contact]
,[Bill-to Post Code]
,[Bill-to County]
,[Bill-to Country_Region Code]
,[Sell-to Post Code]
,[Sell-to County]
,[Sell-to Country_Region Code]
,[Ship-to Post Code]
,[Ship-to County]
,[Ship-to Country_Region Code]
,[Document Date]
,[External Document No_]
,[Sell-to Phone No_]
,[Sell-to E-Mail]
,[Cust_ Ledger Entry No_]
,[Invoice Discount Amount]
,[Sell-To Contact No_]
,[Shipping Advice]
,[Completely Shipped]
,[Requested Delivery Date]
,[Id]
,[Total Tax Amount]
,[Status]
,[Discount Applied Before Tax]
,[Last Modified Date Time]
,[Customer Id]
,[Contact Graph Id]
,[Currency Id]
,[Payment Terms Id]
,[Shipment Method Id]
,[Bill-to Customer Id]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
ON
[Sales Order Entity Buffer].[Bill-to Name] = [Customer].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Sales Order Entity Buffer].[Bill-to City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
ON
[Sales Order Entity Buffer].[Ship-to Code] = [Ship-to Address].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Sales Order Entity Buffer].[Ship-to City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Sales Order Entity Buffer].[Payment Terms Code] = [Payment Terms].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Sales Order Entity Buffer].[Shipment Method Code] = [Shipment Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Sales Order Entity Buffer].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Sales Order Entity Buffer].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Sales Order Entity Buffer].[Customer Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Sales Order Entity Buffer].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser]
ON
[Sales Order Entity Buffer].[Salesperson Code] = [Salesperson/Purchaser].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
ON
[Sales Order Entity Buffer].[Sell-to Customer Name] = [Customer].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Sales Order Entity Buffer].[Sell-to City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Sales Order Entity Buffer].[Bill-to Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Sales Order Entity Buffer].[Sell-to Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Sales Order Entity Buffer].[Ship-to Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
ON
[Sales Order Entity Buffer].[Customer Id] = [Customer].[$systemId]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Sales Order Entity Buffer].[Currency Id] = [Currency].[$systemId]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Sales Order Entity Buffer].[Payment Terms Id] = [Payment Terms].[$systemId]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Sales Order Entity Buffer].[Shipment Method Id] = [Shipment Method].[$systemId]
LEFT JOIN
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
ON
[Sales Order Entity Buffer].[Bill-to Customer Id] = [Customer].[$systemId]
LEFT JOIN
[User] AS [User]
ON
[Sales Order Entity Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Sales Order Entity Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Sales Order Entity Buffer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
2 | Sell-to Customer No. | Sell-to Customer No. | Normal | Code | 20 | Sell-to Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Sales Order Entity Buffer].[Sell-to Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Sales Order Entity Buffer].[Sell-to Customer No_] = [Customer].[No_] | |||||||
3 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
4 | Bill-to Customer No. | Bill-to Customer No. | Normal | Code | 20 | Bill-to Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Sales Order Entity Buffer].[Bill-to Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Sales Order Entity Buffer].[Bill-to Customer No_] = [Customer].[No_] | |||||||
5 | Bill-to Name | Bill-to Name | Normal | Text | 100 | Bill-to Name | nvarchar(200) |
Key to join to the Customer table.Show/hide example querySELECT [Sales Order Entity Buffer].[Bill-to Name] ,[Customer].[Name] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Sales Order Entity Buffer].[Bill-to Name] = [Customer].[Name] | |||||||
7 | Bill-to Address | Bill-to Address | Normal | Text | 100 | Bill-to Address | nvarchar(200) |
8 | Bill-to Address 2 | Bill-to Address 2 | Normal | Text | 50 | Bill-to Address 2 | nvarchar(100) |
9 | Bill-to City | Bill-to City | Normal | Text | 30 | Bill-to City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Sales Order Entity Buffer].[Bill-to City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Sales Order Entity Buffer].[Bill-to City] = [Post Code].[City] | |||||||
10 | Bill-to Contact | Bill-to Contact | Normal | Text | 100 | Bill-to Contact | nvarchar(200) |
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 [Sales Order Entity Buffer].[Ship-to Code] ,[Ship-to Address].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address] ON [Sales Order Entity Buffer].[Ship-to Code] = [Ship-to Address].[Code] | |||||||
13 | Ship-to Name | Ship-to Name | Normal | Text | 100 | Ship-to Name | nvarchar(200) |
15 | Ship-to Address | Ship-to Address | Normal | Text | 100 | Ship-to Address | nvarchar(200) |
16 | Ship-to Address 2 | Ship-to Address 2 | Normal | Text | 50 | Ship-to Address 2 | nvarchar(100) |
17 | Ship-to City | Ship-to City | Normal | Text | 30 | Ship-to City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Sales Order Entity Buffer].[Ship-to City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Sales Order Entity Buffer].[Ship-to City] = [Post Code].[City] | |||||||
18 | Ship-to Contact | Ship-to Contact | Normal | Text | 100 | Ship-to Contact | nvarchar(200) |
20 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
23 | 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 [Sales Order Entity Buffer].[Payment Terms Code] ,[Payment Terms].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Sales Order Entity Buffer].[Payment Terms Code] = [Payment Terms].[Code] | |||||||
27 | 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 [Sales Order Entity Buffer].[Shipment Method Code] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Sales Order Entity Buffer].[Shipment Method Code] = [Shipment Method].[Code] | |||||||
29 | Shortcut Dimension 1 Code | Shortcut Dimension 1 Code | Normal | Code | 20 | Shortcut Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Sales Order Entity Buffer].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Sales Order Entity Buffer].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
30 | Shortcut Dimension 2 Code | Shortcut Dimension 2 Code | Normal | Code | 20 | Shortcut Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Sales Order Entity Buffer].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Sales Order Entity Buffer].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
31 | 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 [Sales Order Entity Buffer].[Customer Posting Group] ,[Customer Posting Group].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group] ON [Sales Order Entity Buffer].[Customer Posting Group] = [Customer Posting Group].[Code] | |||||||
32 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Sales Order Entity Buffer].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Sales Order Entity Buffer].[Currency Code] = [Currency].[Code] | |||||||
35 | Prices Including VAT | Prices Including Tax | Normal | Boolean | 4 | Prices Including VAT | tinyint |
43 | Salesperson Code | Salesperson Code | Normal | Code | 20 | Salesperson Code | nvarchar(40) |
Key to join to the Salesperson/Purchaser table.Show/hide example querySELECT [Sales Order Entity Buffer].[Salesperson Code] ,[Salesperson/Purchaser].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser] ON [Sales Order Entity Buffer].[Salesperson Code] = [Salesperson/Purchaser].[Code] | |||||||
56 | Recalculate Invoice Disc. | Recalculate Invoice Disc. | FlowField | Boolean | 4 | ||
60 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
61 | Amount Including VAT | Amount Including Tax | Normal | Decimal | 12 | Amount Including VAT | decimal(38,38) |
79 | Sell-to Customer Name | Sell-to Customer Name | Normal | Text | 100 | Sell-to Customer Name | nvarchar(200) |
Key to join to the Customer table.Show/hide example querySELECT [Sales Order Entity Buffer].[Sell-to Customer Name] ,[Customer].[Name] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Sales Order Entity Buffer].[Sell-to Customer Name] = [Customer].[Name] | |||||||
81 | Sell-to Address | Sell-to Address | Normal | Text | 100 | Sell-to Address | nvarchar(200) |
82 | Sell-to Address 2 | Sell-to Address 2 | Normal | Text | 50 | Sell-to Address 2 | nvarchar(100) |
83 | Sell-to City | Sell-to City | Normal | Text | 30 | Sell-to City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Sales Order Entity Buffer].[Sell-to City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Sales Order Entity Buffer].[Sell-to City] = [Post Code].[City] | |||||||
84 | Sell-to Contact | Sell-to Contact | Normal | Text | 100 | Sell-to Contact | nvarchar(200) |
85 | Bill-to Post Code | Bill-to ZIP Code | Normal | Code | 20 | Bill-to Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Sales Order Entity Buffer].[Bill-to Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Sales Order Entity Buffer].[Bill-to Post Code] = [Post Code].[Code] | |||||||
86 | Bill-to County | Bill-to State | Normal | Text | 30 | Bill-to County | nvarchar(60) |
87 | Bill-to Country/Region Code | Bill-to Country/Region Code | Normal | Code | 10 | Bill-to Country_Region Code | nvarchar(20) |
88 | Sell-to Post Code | Sell-to ZIP Code | Normal | Code | 20 | Sell-to Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Sales Order Entity Buffer].[Sell-to Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Sales Order Entity Buffer].[Sell-to Post Code] = [Post Code].[Code] | |||||||
89 | Sell-to County | Sell-to State | Normal | Text | 30 | Sell-to County | nvarchar(60) |
90 | Sell-to Country/Region Code | Sell-to Country/Region Code | Normal | Code | 10 | Sell-to Country_Region Code | nvarchar(20) |
91 | Ship-to Post Code | Ship-to ZIP Code | Normal | Code | 20 | Ship-to Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Sales Order Entity Buffer].[Ship-to Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Sales Order Entity Buffer].[Ship-to Post Code] = [Post Code].[Code] | |||||||
92 | Ship-to County | Ship-to State | Normal | Text | 30 | Ship-to County | nvarchar(60) |
93 | Ship-to Country/Region Code | Ship-to Country/Region Code | Normal | Code | 10 | Ship-to Country_Region Code | nvarchar(20) |
99 | Document Date | Document Date | Normal | Date | 4 | Document Date | datetime |
100 | External Document No. | External Document No. | Normal | Code | 35 | External Document No_ | nvarchar(70) |
171 | Sell-to Phone No. | Sell-to Phone No. | Normal | Text | 30 | Sell-to Phone No_ | nvarchar(60) |
172 | Sell-to E-Mail | Normal | Text | 80 | Sell-to E-Mail | nvarchar(160) | |
1304 | Cust. Ledger Entry No. | Cust. Ledger Entry No. | Normal | Integer | 4 | Cust_ Ledger Entry No_ | int |
Key to join to the Cust. Ledger Entry table.Show/hide example querySELECT [Sales Order Entity Buffer].[Cust_ Ledger Entry No_] ,[Cust. Ledger Entry].[Entry No_] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Cust_ Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cust. Ledger Entry] ON [Sales Order Entity Buffer].[Cust_ Ledger Entry No_] = [Cust. Ledger Entry].[Entry No_] | |||||||
1305 | Invoice Discount Amount | Invoice Discount Amount | Normal | Decimal | 12 | Invoice Discount Amount | decimal(38,38) |
5052 | Sell-To Contact No. | Sell-To Contact No. | Normal | Code | 20 | Sell-To Contact No_ | nvarchar(40) |
Key to join to the Contact table.Show/hide example querySELECT [Sales Order Entity Buffer].[Sell-To Contact No_] ,[Contact].[No_] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Contact$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contact] ON [Sales Order Entity Buffer].[Sell-To Contact No_] = [Contact].[No_] | |||||||
5750 | Shipping Advice | Shipping Advice | Normal | Option | 4 | Shipping Advice | int |
Available options are:
| |||||||
5752 | Completely Shipped | Completely Shipped | Normal | Boolean | 4 | Completely Shipped | tinyint |
5790 | Requested Delivery Date | Requested Delivery Date | Normal | Date | 4 | Requested Delivery Date | datetime |
8000 | Id | Id | Normal | GUID | 16 | Id | uniqueidentifier |
9600 | Total Tax Amount | Total Tax Amount | Normal | Decimal | 12 | Total Tax Amount | decimal(38,38) |
9601 | Status | Status | Normal | Option | 4 | Status | int |
Available options are:
| |||||||
9624 | Discount Applied Before Tax | Discount Applied Before Tax | Normal | Boolean | 4 | Discount Applied Before Tax | tinyint |
9630 | Last Modified Date Time | Last Modified Date Time | Normal | DateTime | 8 | Last Modified Date Time | datetime |
9631 | Customer Id | Customer Id | Normal | GUID | 16 | Customer Id | uniqueidentifier |
Key to join to the Customer table.Show/hide example querySELECT [Sales Order Entity Buffer].[Customer Id] ,[Customer].[$systemId] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Sales Order Entity Buffer].[Customer Id] = [Customer].[$systemId] | |||||||
9633 | Contact Graph Id | Contact Graph Id | Normal | Text | 250 | Contact Graph Id | nvarchar(500) |
9634 | Currency Id | Currency Id | Normal | GUID | 16 | Currency Id | uniqueidentifier |
Key to join to the Currency table.Show/hide example querySELECT [Sales Order Entity Buffer].[Currency Id] ,[Currency].[$systemId] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Sales Order Entity Buffer].[Currency Id] = [Currency].[$systemId] | |||||||
9635 | 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 [Sales Order Entity Buffer].[Payment Terms Id] ,[Payment Terms].[$systemId] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Sales Order Entity Buffer].[Payment Terms Id] = [Payment Terms].[$systemId] | |||||||
9636 | 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 [Sales Order Entity Buffer].[Shipment Method Id] ,[Shipment Method].[$systemId] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Sales Order Entity Buffer].[Shipment Method Id] = [Shipment Method].[$systemId] | |||||||
9638 | Bill-to Customer Id | Bill-to Customer Id | Normal | GUID | 16 | Bill-to Customer Id | uniqueidentifier |
Key to join to the Customer table.Show/hide example querySELECT [Sales Order Entity Buffer].[Bill-to Customer Id] ,[Customer].[$systemId] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Sales Order Entity Buffer].[Bill-to Customer Id] = [Customer].[$systemId] | |||||||
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 [Sales Order Entity Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Sales Order Entity Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Order Entity Buffer] LEFT JOIN [User] AS [User] ON [Sales Order Entity Buffer].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |