Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/40105
Table Type: System
Table Name: GP Company Additional Settings
Database Table Name:
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 GP Company Additional Settings can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[]
Show/hide an example select of all columns by name
SELECT
FROM
[]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[] AS [GP Company Additional Settings]
LEFT JOIN
[User] AS [User]
ON
[GP Company Additional Settings].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[GP Company Additional Settings].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in GP Company Additional Settings table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Name | Name | Normal | Text | 30 | ||
7 | Migrate Inactive Customers | Migrate Inactive Customers | Normal | Boolean | 4 | ||
8 | Migrate Inactive Vendors | Migrate Inactive Vendors | Normal | Boolean | 4 | ||
10 | Migrate Inactive Checkbooks | Migrate Inactive Checkbooks | Normal | Boolean | 4 | ||
11 | Migrate Vendor Classes | Migrate Vendor Classes | Normal | Boolean | 4 | ||
12 | Migrate Customer Classes | Migrate Customer Classes | Normal | Boolean | 4 | ||
13 | Migrate Item Classes | Migrate Item Classes | Normal | Boolean | 4 | ||
14 | Oldest GL Year to Migrate | Oldest GL Year to Migrate | Normal | Integer | 4 | ||
15 | Migrate Bank Module | Migrate Bank Module | Normal | Boolean | 4 | ||
16 | Migrate Payables Module | Migrate Payables Module | Normal | Boolean | 4 | ||
17 | Migrate Receivables Module | Migrate Receivables Module | Normal | Boolean | 4 | ||
18 | Migrate Inventory Module | Migrate Inventory Module | Normal | Boolean | 4 | ||
19 | Global Dimension 1 | Global Dimension 1 | Normal | Text | 30 | ||
20 | Global Dimension 2 | Global Dimension 2 | Normal | Text | 30 | ||
21 | Migrate Open POs | Migrate Open POs | Normal | Boolean | 4 | ||
22 | Migrate Only GL Master | Migrate Only GL Master | Normal | Boolean | 4 | ||
23 | Migrate Only Bank Master | Migrate Only Bank Master | Normal | Boolean | 4 | ||
24 | Migrate Only Payables Master | Migrate Only Payables Master | Normal | Boolean | 4 | ||
25 | Migrate Only Rec. Master | Migrate Only Rec. Master | Normal | Boolean | 4 | ||
26 | Migrate Only Inventory Master | Migrate Only Inventory Master | Normal | Boolean | 4 | ||
27 | Migrate Inactive Items | Migrate Inactive Items | Normal | Boolean | 4 | ||
28 | Migrate Discontinued Items | Migrate Discontinued Items | Normal | Boolean | 4 | ||
29 | Oldest Hist. Year to Migrate | Oldest Hist. Year to Migrate | Normal | Integer | 4 | ||
30 | Migrate Hist. GL Trx. | Migrate Hist. GL Trx. | Normal | Boolean | 4 | ||
31 | Migrate Hist. AR Trx. | Migrate Hist. AR Trx. | Normal | Boolean | 4 | ||
32 | Migrate Hist. AP Trx. | Migrate Hist. AP Trx. | Normal | Boolean | 4 | ||
33 | Migrate Hist. Inv. Trx. | Migrate Hist. Inv. Trx. | Normal | Boolean | 4 | ||
34 | Migrate Hist. Purch. Trx. | Migrate Hist. Purch. Trx. | Normal | Boolean | 4 | ||
35 | Migration Completed | Migration Completed | FlowField | Boolean | 4 | ||
36 | Skip Posting Account Batches | Skip Posting Account Batches | Normal | Boolean | 4 | ||
37 | Skip Posting Customer Batches | Skip Posting Customer Batches | Normal | Boolean | 4 | ||
38 | Skip Posting Vendor Batches | Skip Posting Vendor Batches | Normal | Boolean | 4 | ||
39 | Skip Posting Bank Batches | Skip Posting Bank Batches | Normal | Boolean | 4 | ||
100 | Migrate Vendor 1099 | Migrate Vendor 1099 | Normal | Boolean | 4 | ||
101 | 1099 Tax Year | 1099 Tax Year | Normal | Integer | 4 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | ||
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | ||
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | ||
Key to join to the User table.Show/hide example querySELECT [GP Company Additional Settings].[] ,[User].[User Security ID] FROM [] AS [GP Company Additional Settings] LEFT JOIN [User] AS [User] ON [GP Company Additional Settings].[] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | ||
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 |