Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/4024
Table Type: Company
Table Name: GP Configuration
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 Configuration 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 Configuration]
LEFT JOIN
[User] AS [User]
ON
[GP Configuration].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[GP Configuration].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in GP Configuration table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Dummy | Dummy | Normal | Code | 10 | ||
2 | Updated GL Setup | Updated GL Setup | Normal | Boolean | 4 | ||
3 | GL Transactions Processed | GL Transactions Processed | Normal | Boolean | 4 | ||
4 | Account Validation Error | Account Validation Error | Normal | Boolean | 4 | ||
5 | Finish Event Processed | Finish Event Processed | Normal | Boolean | 4 | ||
6 | Last Error Message | Last Error Message | Normal | Text | 250 | ||
7 | PreMigration Cleanup Completed | PreMigration Cleanup Completed | Normal | Boolean | 4 | ||
8 | Dimensions Created | Dimensions Created | Normal | Boolean | 4 | ||
9 | Payment Terms Created | Payment Terms Created | Normal | Boolean | 4 | ||
10 | Item Tracking Codes Created | Item Tracking Codes Created | Normal | Boolean | 4 | ||
11 | Locations Created | Locations Created | Normal | Boolean | 4 | ||
12 | CheckBooks Created | CheckBooks Created | Normal | Boolean | 4 | ||
13 | Open Purchase Orders Created | Open Purchase Orders Created | Normal | Boolean | 4 | ||
14 | Fiscal Periods Created | Fiscal Periods Created | Normal | Boolean | 4 | ||
15 | Vendor EFT Bank Acc. Created | Vendor EFT Bank Acc. Created | Normal | Boolean | 4 | ||
16 | Vendor Classes Created | Vendor Classes Created | Normal | Boolean | 4 | ||
17 | Customer Classes Created | Customer Classes Created | Normal | Boolean | 4 | ||
18 | Historical Job Ran | Historical Job Ran | Normal | Boolean | 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 Configuration].[] ,[User].[User Security ID] FROM [] AS [GP Configuration] LEFT JOIN [User] AS [User] ON [GP Configuration].[] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | ||
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 |