GP Checkbook MSTR

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

Table Type: Company

Table Name: GP Checkbook MSTR
Database Table Name:

Table Number: 40099

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 Checkbook 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 Checkbook MSTR]
LEFT JOIN
   [User] AS [User]
      ON
         [GP Checkbook MSTR].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [GP Checkbook MSTR].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in GP Checkbook MSTR table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1CHEKBKID Primary Key SearchCHEKBKIDNormalText15
2DSCRIPTN SearchDSCRIPTNNormalText31
3BANKID SearchBANKIDNormalText15
4CURNCYID SearchCURNCYIDNormalText15
5ACTINDX SearchACTINDXNormalInteger4
6BNKACTNM SearchBNKACTNMNormalText15
7NXTCHNUM SearchNXTCHNUMNormalText21
8Next_Deposit_Number SearchNext_Deposit_NumberNormalText21
9INACTIVE SearchINACTIVENormalBoolean4
10DYDEPCLR SearchDYDEPCLRNormalInteger4
11XCDMCHPW SearchXCDMCHPWNormalText11
12MXCHDLR SearchMXCHDLRNormalDecimal12
13DUPCHNUM SearchDUPCHNUMNormalBoolean4
14OVCHNUM1 SearchOVCHNUM1NormalBoolean4
15LOCATNID SearchLOCATNIDNormalText15
16NOTEINDX SearchNOTEINDXNormalDecimal12
17CMUSRDF1 SearchCMUSRDF1NormalText21
18CMUSRDF2 SearchCMUSRDF2NormalText21
19Last_Reconciled_Date SearchLast_Reconciled_DateNormalDate4
20Last_Reconciled_Balance SearchLast_Reconciled_BalanceNormalDecimal12
21CURRBLNC SearchCURRBLNCNormalDecimal12
22CREATDDT SearchCREATDDTNormalDate4
23MODIFDT SearchMODIFDTNormalDate4
24Recond SearchRecondNormalBoolean4
25Reconcile_In_Progress SearchReconcile_In_ProgressNormalDecimal12
26Deposit_In_Progress SearchDeposit_In_ProgressNormalText21
27CHBKPSWD SearchCHBKPSWDNormalText15
28CURNCYPD SearchCURNCYPDNormalText15
29CRNCYRCD SearchCRNCYRCDNormalText15
30ADPVADLR SearchADPVADLRNormalDecimal12
31ADPVAPWD SearchADPVAPWDNormalText11
32DYCHTCLR SearchDYCHTCLRNormalInteger4
33CMPANYID SearchCMPANYIDNormalInteger4
34CHKBKTYP SearchCHKBKTYPNormalInteger4
35DDACTNUM SearchDDACTNUMNormalText17
36DDINDNAM SearchDDINDNAMNormalText23
37DDTRANS SearchDDTRANSNormalText3
38PaymentRateTypeID SearchPaymentRateTypeIDNormalText15
39DepositRateTypeID SearchDepositRateTypeIDNormalText15
40CashInTransAcctIdx SearchCashInTransAcctIdxNormalInteger4
41DEX_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 *