Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/4016
Table Type: Company
Table Name: GP Item Location
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 Item Location 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 Item Location]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[GP Item Location].[City] = [Post Code].[City]
LEFT JOIN
[User] AS [User]
ON
[GP Item Location].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[GP Item Location].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in GP Item Location table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | LOCNCODE | LOCNCODE | Normal | Text | 11 | ||
2 | LOCNDSCR | LOCNDSCR | Normal | Text | 31 | ||
4 | ADDRESS1 | ADDRESS1 | Normal | Text | 61 | ||
5 | ADDRESS2 | ADDRESS2 | Normal | Text | 61 | ||
7 | CITY | CITY | Normal | Text | 35 | ||
Key to join to the Post Code table.Show/hide example querySELECT [GP Item Location].[] ,[Post Code].[City] FROM [] AS [GP Item Location] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [GP Item Location].[] = [Post Code].[City] | |||||||
8 | STATE | STATE | Normal | Text | 29 | ||
9 | ZIPCODE | ZIPCODE | Normal | Text | 11 | ||
11 | PHONE1 | PHONE1 | Normal | Text | 21 | ||
12 | PHONE2 | PHONE2 | Normal | Text | 21 | ||
14 | FAXNUMBR | FAXNUMBR | Normal | Text | 21 | ||
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 Item Location].[] ,[User].[User Security ID] FROM [] AS [GP Item Location] LEFT JOIN [User] AS [User] ON [GP Item Location].[] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | ||
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 |