GP SY06000

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

Table Type: Company

Table Name: GP SY06000
Database Table Name:

Table Number: 40111

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

Show/hide columns in GP SY06000 table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1SERIES Primary Key SearchSERIESNormalInteger4
2CustomerVendor_ID Primary Key SearchCustomerVendor_IDNormalText15
3ADRSCODE Primary Key SearchADRSCODENormalText15
4VENDORID SearchVENDORIDNormalText15
5CUSTNMBR SearchCUSTNMBRNormalText15
6EFTUseMasterID SearchEFTUseMasterIDNormalInteger4
7EFTBankType SearchEFTBankTypeNormalInteger4
8FRGNBANK SearchFRGNBANKNormalBoolean4
9INACTIVE SearchINACTIVENormalBoolean4
10BANKNAME SearchBANKNAMENormalText31
11EFTBankAcct SearchEFTBankAcctNormalText35
12EFTBankBranch SearchEFTBankBranchNormalText15
13GIROPostType SearchGIROPostTypeNormalInteger4
14EFTBankCode SearchEFTBankCodeNormalText15
15EFTBankBranchCode SearchEFTBankBranchCodeNormalText5
16EFTBankCheckDigit SearchEFTBankCheckDigitNormalText3
17BSROLLNO SearchBSROLLNONormalText31
18IntlBankAcctNum SearchIntlBankAcctNumNormalText35
19SWIFTADDR SearchSWIFTADDRNormalText11
20CustVendCountryCode SearchCustVendCountryCodeNormalText3
21DeliveryCountryCode SearchDeliveryCountryCodeNormalText3
22BNKCTRCD SearchBNKCTRCDNormalText3
23CBANKCD SearchCBANKCDNormalText9
24ADDRESS1 SearchADDRESS1NormalText61
25ADDRESS2 SearchADDRESS2NormalText61
26ADDRESS3 SearchADDRESS3NormalText61
27ADDRESS4 SearchADDRESS4NormalText61
28RegCode1 SearchRegCode1NormalText31
29RegCode2 SearchRegCode2NormalText31
30BankInfo7 SearchBankInfo7NormalInteger4
31EFTTransitRoutingNo SearchEFTTransitRoutingNoNormalText11
32CURNCYID SearchCURNCYIDNormalText15
33EFTTransferMethod SearchEFTTransferMethodNormalInteger4
34EFTAccountType SearchEFTAccountTypeNormalInteger4
35EFTPrenoteDate SearchEFTPrenoteDateNormalDateTime8
36EFTTerminationDate SearchEFTTerminationDateNormalDateTime8
37DEX_ROW_ID SearchDEX_ROW_IDNormalInteger4
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 *