Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/40110
Table Type: System
Table Name: GP MC40200
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 MC40200 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 MC40200]
LEFT JOIN
[User] AS [User]
ON
[GP MC40200].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[GP MC40200].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in GP MC40200 table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | CURNCYID | CURNCYID | Normal | Text | 15 | ||
2 | CURRNIDX | CURRNIDX | Normal | Integer | 4 | ||
3 | NOTEINDX | NOTEINDX | Normal | Decimal | 12 | ||
4 | CRNCYDSC | CRNCYDSC | Normal | Text | 31 | ||
5 | CRNCYSYM | CRNCYSYM | Normal | Text | 3 | ||
6 | CNYSYMAR_1 | CNYSYMAR_1 | Normal | Integer | 4 | ||
7 | CNYSYMAR_2 | CNYSYMAR_2 | Normal | Integer | 4 | ||
8 | CNYSYMAR_3 | CNYSYMAR_3 | Normal | Integer | 4 | ||
9 | CYSYMPLC | CYSYMPLC | Normal | Integer | 4 | ||
10 | INCLSPAC | INCLSPAC | Normal | Boolean | 4 | ||
11 | NEGSYMBL | NEGSYMBL | Normal | Integer | 4 | ||
12 | NGSMAMPC | NGSMAMPC | Normal | Integer | 4 | ||
13 | NEGSMPLC | NEGSMPLC | Normal | Integer | 4 | ||
14 | DECSYMBL | DECSYMBL | Normal | Integer | 4 | ||
15 | DECPLCUR | DECPLCUR | Normal | Integer | 4 | ||
16 | THOUSSYM | THOUSSYM | Normal | Integer | 4 | ||
17 | CURTEXT_1 | CURTEXT_1 | Normal | Text | 25 | ||
18 | CURTEXT_2 | CURTEXT_2 | Normal | Text | 25 | ||
19 | CURTEXT_3 | CURTEXT_3 | Normal | Text | 25 | ||
20 | ISOCURRC | ISOCURRC | Normal | Text | 3 | ||
21 | CURLNGID | CURLNGID | Normal | Integer | 4 | ||
22 | DEX_ROW_TS | DEX_ROW_TS | Normal | DateTime | 8 | ||
23 | DEX_ROW_ID | DEX_ROW_ID | 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 MC40200].[] ,[User].[User Security ID] FROM [] AS [GP MC40200] LEFT JOIN [User] AS [User] ON [GP MC40200].[] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | ||
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 |