Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/751
Table Type: Company
Table Name: Standard General Journal Line
Database Table Name: CRONUS UK Ltd_$Standard General Journal Line$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 Standard General Journal Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Journal Template Name]
,[Line No_]
,[Account Type]
,[Account No_]
,[Document Type]
,[Description]
,[VAT _]
,[Bal_ Account No_]
,[Currency Code]
,[Amount]
,[Debit Amount]
,[Credit Amount]
,[Amount (LCY)]
,[Balance (LCY)]
,[Currency Factor]
,[Sales_Purch_ (LCY)]
,[Profit (LCY)]
,[Inv_ Discount (LCY)]
,[Bill-to_Pay-to No_]
,[Posting Group]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Salespers__Purch_ Code]
,[Source Code]
,[On Hold]
,[Applies-to Doc_ Type]
,[Payment Discount _]
,[Job No_]
,[Quantity]
,[VAT Amount]
,[Payment Terms Code]
,[Business Unit Code]
,[Standard Journal Code]
,[Reason Code]
,[Gen_ Posting Type]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[VAT Calculation Type]
,[Bal_ Account Type]
,[Bal_ Gen_ Posting Type]
,[Bal_ Gen_ Bus_ Posting Group]
,[Bal_ Gen_ Prod_ Posting Group]
,[Bal_ VAT Calculation Type]
,[Bal_ VAT _]
,[Bal_ VAT Amount]
,[Bank Payment Type]
,[VAT Base Amount]
,[Bal_ VAT Base Amount]
,[Correction]
,[External Document No_]
,[Source Type]
,[Source No_]
,[Posting No_ Series]
,[Tax Area Code]
,[Tax Liable]
,[Tax Group Code]
,[Use Tax]
,[Bal_ Tax Area Code]
,[Bal_ Tax Liable]
,[Bal_ Tax Group Code]
,[Bal_ Use Tax]
,[VAT Bus_ Posting Group]
,[VAT Prod_ Posting Group]
,[Bal_ VAT Bus_ Posting Group]
,[Bal_ VAT Prod_ Posting Group]
,[Ship-to_Order Address Code]
,[VAT Difference]
,[Bal_ VAT Difference]
,[IC Partner Code]
,[IC Partner G_L Acc_ No_]
,[Sell-to_Buy-from No_]
,[IC Account Type]
,[IC Account No_]
,[Dimension Set ID]
,[Campaign No_]
,[Index Entry]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[Standard General Journal Line].[Document Type] = [Sales Header Archive].[Document Type]
AND
[Standard General Journal Line].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[Standard General Journal Line].[Document Type] = [Sales Header].[Document Type]
AND
[Standard General Journal Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Standard General Journal Line].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Standard General Journal Line].[Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Standard General Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Standard General Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
ON
[Standard General Journal Line].[Source Code] = [Source Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Standard General Journal Line].[Payment Terms Code] = [Payment Terms].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Business Unit$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Unit]
ON
[Standard General Journal Line].[Business Unit Code] = [Business Unit].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
ON
[Standard General Journal Line].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
ON
[Standard General Journal Line].[Tax Area Code] = [Tax Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
ON
[Standard General Journal Line].[Tax Group Code] = [Tax Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
ON
[Standard General Journal Line].[IC Partner Code] = [IC Partner].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Standard General Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[User] AS [User]
ON
[Standard General Journal Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Standard General Journal Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Standard General Journal Line table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Journal Template Name | Journal Template Name | Normal | Code | 10 | Journal Template Name | nvarchar(20) |
2 | Line No. | Line No. | Normal | Integer | 4 | Line No_ | int |
3 | Account Type | Account Type | Normal | Option | 4 | Account Type | int |
Available options are:
| |||||||
4 | Account No. | Account No. | Normal | Code | 20 | Account No_ | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Standard General Journal Line].[Account No_] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Standard General Journal Line].[Account No_] = [G/L Account].[No_] | |||||||
6 | Document Type | Document Type | Normal | Option | 4 | Document Type | int |
Available options are:
| |||||||
8 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
10 | VAT % | Tax % | Normal | Decimal | 12 | VAT _ | decimal(38,38) |
11 | Bal. Account No. | Bal. Account No. | Normal | Code | 20 | Bal_ Account No_ | nvarchar(40) |
12 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Standard General Journal Line].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Standard General Journal Line].[Currency Code] = [Currency].[Code] | |||||||
13 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
14 | Debit Amount | Debit Amount | Normal | Decimal | 12 | Debit Amount | decimal(38,38) |
15 | Credit Amount | Credit Amount | Normal | Decimal | 12 | Credit Amount | decimal(38,38) |
16 | Amount (LCY) | Amount ($) | Normal | Decimal | 12 | Amount (LCY) | decimal(38,38) |
17 | Balance (LCY) | Balance ($) | Normal | Decimal | 12 | Balance (LCY) | decimal(38,38) |
18 | Currency Factor | Currency Factor | Normal | Decimal | 12 | Currency Factor | decimal(38,38) |
19 | Sales/Purch. (LCY) | Sales/Purch. ($) | Normal | Decimal | 12 | Sales_Purch_ (LCY) | decimal(38,38) |
20 | Profit (LCY) | Profit ($) | Normal | Decimal | 12 | Profit (LCY) | decimal(38,38) |
21 | Inv. Discount (LCY) | Inv. Discount ($) | Normal | Decimal | 12 | Inv_ Discount (LCY) | decimal(38,38) |
22 | Bill-to/Pay-to No. | Bill-to/Pay-to No. | Normal | Code | 20 | Bill-to_Pay-to No_ | nvarchar(40) |
23 | Posting Group | Posting Group | Normal | Code | 20 | Posting Group | nvarchar(40) |
Key to join to the Customer Posting Group table.Show/hide example querySELECT [Standard General Journal Line].[Posting Group] ,[Customer Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group] ON [Standard General Journal Line].[Posting Group] = [Customer Posting Group].[Code] | |||||||
24 | 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 [Standard General Journal Line].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Standard General Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
25 | 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 [Standard General Journal Line].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Standard General Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
26 | Salespers./Purch. Code | Salespers./Purch. Code | Normal | Code | 20 | Salespers__Purch_ Code | nvarchar(40) |
29 | Source Code | Source Code | Normal | Code | 10 | Source Code | nvarchar(20) |
Key to join to the Source Code table.Show/hide example querySELECT [Standard General Journal Line].[Source Code] ,[Source Code].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code] ON [Standard General Journal Line].[Source Code] = [Source Code].[Code] | |||||||
34 | On Hold | On Hold | Normal | Code | 3 | On Hold | nvarchar(6) |
35 | Applies-to Doc. Type | Applies-to Doc. Type | Normal | Option | 4 | Applies-to Doc_ Type | int |
Available options are:
| |||||||
40 | Payment Discount % | Payment Discount % | Normal | Decimal | 12 | Payment Discount _ | decimal(38,38) |
42 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Standard General Journal Line].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Standard General Journal Line].[Job No_] = [Job].[No_] | |||||||
43 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
44 | VAT Amount | Tax Amount | Normal | Decimal | 12 | VAT Amount | decimal(38,38) |
47 | 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 [Standard General Journal Line].[Payment Terms Code] ,[Payment Terms].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Standard General Journal Line].[Payment Terms Code] = [Payment Terms].[Code] | |||||||
50 | Business Unit Code | Business Unit Code | Normal | Code | 20 | Business Unit Code | nvarchar(40) |
Key to join to the Business Unit table.Show/hide example querySELECT [Standard General Journal Line].[Business Unit Code] ,[Business Unit].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Business Unit$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Unit] ON [Standard General Journal Line].[Business Unit Code] = [Business Unit].[Code] | |||||||
51 | Standard Journal Code | Standard Journal Code | Normal | Code | 10 | Standard Journal Code | nvarchar(20) |
52 | Reason Code | Reason Code | Normal | Code | 10 | Reason Code | nvarchar(20) |
Key to join to the Reason Code table.Show/hide example querySELECT [Standard General Journal Line].[Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Standard General Journal Line].[Reason Code] = [Reason Code].[Code] | |||||||
57 | Gen. Posting Type | Gen. Posting Type | Normal | Option | 4 | Gen_ Posting Type | int |
Available options are:
| |||||||
58 | 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 [Standard General Journal Line].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Standard General Journal Line].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
59 | Gen. Prod. Posting Group | Gen. Prod. Posting Group | Normal | Code | 20 | Gen_ Prod_ Posting Group | nvarchar(40) |
Key to join to the Gen. Product Posting Group table.Show/hide example querySELECT [Standard General Journal Line].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Standard General Journal Line].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
60 | VAT Calculation Type | VAT Calculation Type | Normal | Option | 4 | VAT Calculation Type | int |
Available options are:
| |||||||
63 | Bal. Account Type | Bal. Account Type | Normal | Option | 4 | Bal_ Account Type | int |
Available options are:
| |||||||
64 | Bal. Gen. Posting Type | Bal. Gen. Posting Type | Normal | Option | 4 | Bal_ Gen_ Posting Type | int |
Available options are:
| |||||||
65 | Bal. Gen. Bus. Posting Group | Bal. Gen. Bus. Posting Group | Normal | Code | 20 | Bal_ Gen_ Bus_ Posting Group | nvarchar(40) |
Key to join to the Gen. Business Posting Group table.Show/hide example querySELECT [Standard General Journal Line].[Bal_ Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Standard General Journal Line].[Bal_ Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
66 | Bal. Gen. Prod. Posting Group | Bal. Gen. Prod. Posting Group | Normal | Code | 20 | Bal_ Gen_ Prod_ Posting Group | nvarchar(40) |
Key to join to the Gen. Product Posting Group table.Show/hide example querySELECT [Standard General Journal Line].[Bal_ Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Standard General Journal Line].[Bal_ Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
67 | Bal. VAT Calculation Type | Bal. VAT Calculation Type | Normal | Option | 4 | Bal_ VAT Calculation Type | int |
Available options are:
| |||||||
68 | Bal. VAT % | Bal. Tax % | Normal | Decimal | 12 | Bal_ VAT _ | decimal(38,38) |
69 | Bal. VAT Amount | Bal. Tax Amount | Normal | Decimal | 12 | Bal_ VAT Amount | decimal(38,38) |
70 | Bank Payment Type | Bank Payment Type | Normal | Option | 4 | Bank Payment Type | int |
Available options are:
| |||||||
71 | VAT Base Amount | Tax Base Amount | Normal | Decimal | 12 | VAT Base Amount | decimal(38,38) |
72 | Bal. VAT Base Amount | Bal. Tax Base Amount | Normal | Decimal | 12 | Bal_ VAT Base Amount | decimal(38,38) |
73 | Correction | Correction | Normal | Boolean | 4 | Correction | tinyint |
77 | External Document No. | External Document No. | Normal | Code | 35 | External Document No_ | nvarchar(70) |
78 | Source Type | Source Type | Normal | Option | 4 | Source Type | int |
Available options are:
| |||||||
79 | Source No. | Source No. | Normal | Code | 20 | Source No_ | nvarchar(40) |
80 | Posting No. Series | Posting No. Series | Normal | Code | 20 | Posting No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Standard General Journal Line].[Posting No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Standard General Journal Line].[Posting No_ Series] = [No. Series].[Code] | |||||||
82 | 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 [Standard General Journal Line].[Tax Area Code] ,[Tax Area].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area] ON [Standard General Journal Line].[Tax Area Code] = [Tax Area].[Code] | |||||||
83 | Tax Liable | Tax Liable | Normal | Boolean | 4 | Tax Liable | tinyint |
84 | Tax Group Code | Tax Group Code | Normal | Code | 20 | Tax Group Code | nvarchar(40) |
Key to join to the Tax Group table.Show/hide example querySELECT [Standard General Journal Line].[Tax Group Code] ,[Tax Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group] ON [Standard General Journal Line].[Tax Group Code] = [Tax Group].[Code] | |||||||
85 | Use Tax | Use Tax | Normal | Boolean | 4 | Use Tax | tinyint |
86 | Bal. Tax Area Code | Bal. Tax Area Code | Normal | Code | 20 | Bal_ Tax Area Code | nvarchar(40) |
Key to join to the Tax Area table.Show/hide example querySELECT [Standard General Journal Line].[Bal_ Tax Area Code] ,[Tax Area].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area] ON [Standard General Journal Line].[Bal_ Tax Area Code] = [Tax Area].[Code] | |||||||
87 | Bal. Tax Liable | Bal. Tax Liable | Normal | Boolean | 4 | Bal_ Tax Liable | tinyint |
88 | Bal. Tax Group Code | Bal. Tax Group Code | Normal | Code | 20 | Bal_ Tax Group Code | nvarchar(40) |
Key to join to the Tax Group table.Show/hide example querySELECT [Standard General Journal Line].[Bal_ Tax Group Code] ,[Tax Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group] ON [Standard General Journal Line].[Bal_ Tax Group Code] = [Tax Group].[Code] | |||||||
89 | Bal. Use Tax | Bal. Use Tax | Normal | Boolean | 4 | Bal_ Use Tax | tinyint |
90 | 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 [Standard General Journal Line].[VAT Bus_ Posting Group] ,[VAT Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group] ON [Standard General Journal Line].[VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code] | |||||||
91 | VAT Prod. Posting Group | VAT Prod. Posting Group | Normal | Code | 20 | VAT Prod_ Posting Group | nvarchar(40) |
Key to join to the VAT Product Posting Group table.Show/hide example querySELECT [Standard General Journal Line].[VAT Prod_ Posting Group] ,[VAT Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$VAT Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Product Posting Group] ON [Standard General Journal Line].[VAT Prod_ Posting Group] = [VAT Product Posting Group].[Code] | |||||||
92 | Bal. VAT Bus. Posting Group | Bal. VAT Bus. Posting Group | Normal | Code | 20 | Bal_ VAT Bus_ Posting Group | nvarchar(40) |
Key to join to the VAT Business Posting Group table.Show/hide example querySELECT [Standard General Journal Line].[Bal_ VAT Bus_ Posting Group] ,[VAT Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group] ON [Standard General Journal Line].[Bal_ VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code] | |||||||
93 | Bal. VAT Prod. Posting Group | Bal. VAT Prod. Posting Group | Normal | Code | 20 | Bal_ VAT Prod_ Posting Group | nvarchar(40) |
Key to join to the VAT Product Posting Group table.Show/hide example querySELECT [Standard General Journal Line].[Bal_ VAT Prod_ Posting Group] ,[VAT Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$VAT Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Product Posting Group] ON [Standard General Journal Line].[Bal_ VAT Prod_ Posting Group] = [VAT Product Posting Group].[Code] | |||||||
110 | Ship-to/Order Address Code | Ship-to/Order Address Code | Normal | Code | 10 | Ship-to_Order Address Code | nvarchar(20) |
111 | VAT Difference | Tax Difference | Normal | Decimal | 12 | VAT Difference | decimal(38,38) |
112 | Bal. VAT Difference | Bal. Tax Difference | Normal | Decimal | 12 | Bal_ VAT Difference | decimal(38,38) |
113 | 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 [Standard General Journal Line].[IC Partner Code] ,[IC Partner].[Code] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner] ON [Standard General Journal Line].[IC Partner Code] = [IC Partner].[Code] | |||||||
116 | IC Partner G/L Acc. No. | IC Partner G/L Acc. No. | Normal | Code | 20 | IC Partner G_L Acc_ No_ | nvarchar(40) |
118 | Sell-to/Buy-from No. | Sell-to/Buy-from No. | Normal | Code | 20 | Sell-to_Buy-from No_ | nvarchar(40) |
130 | IC Account Type | IC Account Type | Normal | Option | 4 | IC Account Type | int |
Available options are:
| |||||||
131 | IC Account No. | IC Account No. | Normal | Code | 20 | IC Account No_ | nvarchar(40) |
480 | Dimension Set ID | Dimension Set ID | Normal | Integer | 4 | Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [Standard General Journal Line].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Standard General Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
5050 | Campaign No. | Campaign No. | Normal | Code | 20 | Campaign No_ | nvarchar(40) |
Key to join to the Campaign table.Show/hide example querySELECT [Standard General Journal Line].[Campaign No_] ,[Campaign].[No_] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [CRONUS UK Ltd_$Campaign$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Campaign] ON [Standard General Journal Line].[Campaign No_] = [Campaign].[No_] | |||||||
5616 | Index Entry | Index Entry | Normal | Boolean | 4 | Index Entry | tinyint |
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 [Standard General Journal Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Standard General Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard General Journal Line] LEFT JOIN [User] AS [User] ON [Standard General Journal Line].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |