GP Checkbook Transactions

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

Table Type: Company

Table Name: GP Checkbook Transactions
Database Table Name:

Table Number: 40101

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

Show/hide columns in GP Checkbook Transactions table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1CMRECNUM Primary Key SearchCMRECNUMNormalDecimal12
2sRecNum SearchsRecNumNormalText21
3RCRDSTTS SearchRCRDSTTSNormalInteger4
4CHEKBKID SearchCHEKBKIDNormalText15
5CMTrxNum SearchCMTrxNumNormalText21
6CMTrxType SearchCMTrxTypeNormalInteger4
7TRXDATE SearchTRXDATENormalDate4
8GLPOSTDT SearchGLPOSTDTNormalDate4
9TRXAMNT SearchTRXAMNTNormalDecimal12
10CURNCYID SearchCURNCYIDNormalText15
11CMLinkID SearchCMLinkIDNormalText15
12paidtorcvdfrom SearchpaidtorcvdfromNormalText65
13DSCRIPTN SearchDSCRIPTNNormalText31
14Recond SearchRecondNormalBoolean4
15RECONUM SearchRECONUMNormalDecimal12
16ClrdAmt SearchClrdAmtNormalDecimal12
17clearedate SearchclearedateNormalDate4
18VOIDED SearchVOIDEDNormalBoolean4
19VOIDDATE SearchVOIDDATENormalDate4
20VOIDPDATE SearchVOIDPDATENormalDate4
21VOIDDESC SearchVOIDDESCNormalText31
22NOTEINDX SearchNOTEINDXNormalDecimal12
23AUDITTRAIL SearchAUDITTRAILNormalText13
24DEPTYPE SearchDEPTYPENormalInteger4
25SOURCDOC SearchSOURCDOCNormalText11
26SRCDOCTYP SearchSRCDOCTYPNormalInteger4
27SRCDOCNUM SearchSRCDOCNUMNormalText21
28POSTEDDT SearchPOSTEDDTNormalDate4
29PTDUSRID SearchPTDUSRIDNormalText15
30MODIFDT SearchMODIFDTNormalDate4
31MDFUSRID SearchMDFUSRIDNormalText15
32USERDEF1 SearchUSERDEF1NormalText21
33USERDEF2 SearchUSERDEF2NormalText21
34ORIGAMT SearchORIGAMTNormalDecimal12
35Checkbook_Amount SearchCheckbook_AmountNormalDecimal12
36RATETPID SearchRATETPIDNormalText15
37EXGTBLID SearchEXGTBLIDNormalText15
38XCHGRATE SearchXCHGRATENormalDecimal12
39EXCHDATE SearchEXCHDATENormalDate4
40TIME1 SearchTIME1NormalTime4
41RTCLCMTD SearchRTCLCMTDNormalInteger4
42EXPNDATE SearchEXPNDATENormalDate4
43CURRNIDX SearchCURRNIDXNormalInteger4
44DECPLCUR SearchDECPLCURNormalInteger4
45DENXRATE SearchDENXRATENormalDecimal12
46MCTRXSTT SearchMCTRXSTTNormalInteger4
47Xfr_Record_Number SearchXfr_Record_NumberNormalDecimal12
48EFTFLAG SearchEFTFLAGNormalBoolean4
49VNDCHKNM SearchVNDCHKNMNormalText65
50DEX_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 *