GP Vendor Address

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:

Table Number: 4049

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 NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1VENDORID Primary Key SearchVENDORIDNormalText15
2ADRSCODE Primary Key SearchADRSCODENormalText15
3VNDCNTCT SearchVNDCNTCTNormalText61
4ADDRESS1 SearchADDRESS1NormalText61
5ADDRESS2 SearchADDRESS2NormalText61
7CITY SearchCITYNormalText35
8STATE SearchSTATENormalText29
9ZIPCODE SearchZIPCODENormalText11
12PHNUMBR1 SearchPHNUMBR1NormalText21
15FAXNUMBR SearchFAXNUMBRNormalText21
2000000000$systemId SearchSystem IDNormalGUID16
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8
2000000002SystemCreatedBy SearchCreated ByNormalGUID16
2000000003SystemModifiedAt SearchModified AtNormalDateTime8
2000000004SystemModifiedBy SearchModified ByNormalGUID16

Leave a Reply

Your email address will not be published. Required fields are marked *