Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/4049
Table Type: Company
Table Name: GP Vendor Address
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 Vendor Address 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 Vendor Address]
LEFT JOIN
[CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor]
ON
[GP Vendor Address].[VENDORID] = [Vendor].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[GP Vendor Address].[City] = [Post Code].[City]
LEFT JOIN
[User] AS [User]
ON
[GP Vendor Address].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[GP Vendor Address].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in GP Vendor Address table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | VENDORID | VENDORID | Normal | Text | 15 | ||
Key to join to the Vendor table.Show/hide example querySELECT [GP Vendor Address].[] ,[Vendor].[No_] FROM [] AS [GP Vendor Address] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [GP Vendor Address].[] = [Vendor].[No_] | |||||||
2 | ADRSCODE | ADRSCODE | Normal | Text | 15 | ||
3 | VNDCNTCT | VNDCNTCT | Normal | Text | 61 | ||
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 Vendor Address].[] ,[Post Code].[City] FROM [] AS [GP Vendor Address] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [GP Vendor Address].[] = [Post Code].[City] | |||||||
8 | STATE | STATE | Normal | Text | 29 | ||
9 | ZIPCODE | ZIPCODE | Normal | Text | 11 | ||
12 | PHNUMBR1 | PHNUMBR1 | Normal | Text | 21 | ||
15 | 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 Vendor Address].[] ,[User].[User Security ID] FROM [] AS [GP Vendor Address] LEFT JOIN [User] AS [User] ON [GP Vendor Address].[] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | ||
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 |