GP Customer Address

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/4048

Table Type: Company

Table Name: GP Customer Address
Database Table Name:

Table Number: 4048

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 Customer 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 Customer Address]
LEFT JOIN
   [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
      ON
         [GP Customer Address].[CUSTNMBR] = [Customer].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
      ON
         [GP Customer Address].[City] = [Post Code].[City]
LEFT JOIN
   [User] AS [User]
      ON
         [GP Customer Address].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [GP Customer Address].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in GP Customer Address table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1CUSTNMBR Primary Key SearchCUSTNMBRNormalText15
2ADRSCODE Primary Key SearchADRSCODENormalText15
5SHIPMTHD SearchSHIPMTHDNormalText15
6TAXSCHID SearchTAXSCHIDNormalText15
7CNTCPRSN SearchCNTCPRSNNormalText61
8ADDRESS1 SearchADDRESS1NormalText61
9ADDRESS2 SearchADDRESS2NormalText61
12CITY SearchCITYNormalText35
13STATE SearchSTATENormalText29
14ZIP SearchZIPNormalText11
15PHONE1 SearchPHONE1NormalText21
18FAX SearchFAXNormalText21
26LOCNCODE SearchLOCNCODENormalText11
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 *