CM Unreconciled History (CM20502)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CM20502

Product: Microsoft Dynamics GP (0)
Series: Financial

Display Name: CM Unreconciled History
Physical Name: CM20502
Technical Name: cmUnreconciledTrx

Group Display Name: CM Transaction
Group Technical Name: CM Transaction

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1AUDITTRAIL SearchAudit Trail CodeStringSTR13_LBAU13
2CMRECNUM SearchRecord NumberCurrencyDLR_Document_Number19
3RECONUM SearchReconcile NumberCurrencyDLR_Document_Number19
4CMTrxNum SearchCM Trx NumberStringSTR20_Document_Number20
5CMTrxType SearchCM Trx TypeIntegerDDL0
6CMLinkID SearchCMLinkIDStringSTR15_LBU15
7TRXDATE SearchTRX DateDateDT_Date6
8TRXAMNT SearchTRX AmountCurrencyDLR19_$S219
9clearedate SearchCleared DateDateDT8
10ClrdAmt SearchCleared AmountCurrencyDLR19_$S219
11CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['CM Unreconciled History'].CURNCYID AS 'CM Unreconciled History-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       CM20502 AS ['CM Unreconciled History']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['CM Unreconciled History'].CURNCYID = ['Currency Setup'].CURNCYID
12paidtorcvdfrom SearchPaid ToRcvd FromStringSTR6464
13DSCRIPTN SearchDescriptionStringSTR3030
14DEPTYPE SearchDeposit TypeIntegerDDL_Document_Type0
15SOURCDOC SearchSource DocumentStringSTR10_Source_Document10
Key to the Source Document Master (SY00900).

Click to show/hide

SELECT
       ['CM Unreconciled History'].SOURCDOC AS 'CM Unreconciled History-Source Document'
       ,['Source Document Master'].SOURCDOC AS 'Source Document Master-Source Document'
FROM
       CM20502 AS ['CM Unreconciled History']
INNER JOIN
       SY00900 AS ['Source Document Master']
              ON
                     ['CM Unreconciled History'].SOURCDOC = ['Source Document Master'].SOURCDOC
16SRCDOCTYP SearchSource Doc TypeIntegerINT0
17SRCDOCNUM SearchSource Doc NumberStringSTR2020
18USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['CM Unreconciled History'].USERID AS 'CM Unreconciled History-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       CM20502 AS ['CM Unreconciled History']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['CM Unreconciled History'].USERID = ['Users Master'].USERID
19CHEKBKID SearchCheckbook IDStringSTR15_Checkbook_ID15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['CM Unreconciled History'].CHEKBKID AS 'CM Unreconciled History-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       CM20502 AS ['CM Unreconciled History']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['CM Unreconciled History'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID

Leave a Reply

Your email address will not be published. Required fields are marked *