GP Bank MSTR

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

Table Type: Company

Table Name: GP Bank MSTR
Database Table Name:

Table Number: 40100

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

Show/hide columns in GP Bank MSTR table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1BANKID Primary Key SearchBANKIDNormalText15
2BANKNAME SearchBANKNAMENormalText31
3ADDRESS1 SearchADDRESS1NormalText61
4ADDRESS2 SearchADDRESS2NormalText61
5ADDRESS3 SearchADDRESS3NormalText61
6CITY SearchCITYNormalText35
7STATE SearchSTATENormalText29
8ZIPCODE SearchZIPCODENormalText11
9COUNTRY SearchCOUNTRYNormalText61
10PHNUMBR1 SearchPHNUMBR1NormalText21
11PHNUMBR2 SearchPHNUMBR2NormalText21
12PHONE3 SearchPHONE3NormalText21
13FAXNUMBR SearchFAXNUMBRNormalText21
14TRNSTNBR SearchTRNSTNBRNormalText9
15BNKBRNCH SearchBNKBRNCHNormalText21
16NOTEINDX SearchNOTEINDXNormalDecimal12
17DDTRANUM SearchDDTRANUMNormalText9
18DEX_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 *