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 Group Display Name: CM Transaction
Physical Name: CM20502
Technical Name: cmUnreconciledTrx
Group Technical Name: CM Transaction
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | AUDITTRAIL | Audit Trail Code | String | STR13_LBAU | 13 | |
2 | CMRECNUM | Record Number | Currency | DLR_Document_Number | 19 | |
3 | RECONUM | Reconcile Number | Currency | DLR_Document_Number | 19 | |
4 | CMTrxNum | CM Trx Number | String | STR20_Document_Number | 20 | |
5 | CMTrxType | CM Trx Type | Integer | DDL | 0 | |
6 | CMLinkID | CMLinkID | String | STR15_LBU | 15 | |
7 | TRXDATE | TRX Date | Date | DT_Date | 6 | |
8 | TRXAMNT | TRX Amount | Currency | DLR19_$S2 | 19 | |
9 | clearedate | Cleared Date | Date | DT | 8 | |
10 | ClrdAmt | Cleared Amount | Currency | DLR19_$S2 | 19 | |
11 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['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 | ||||||
12 | paidtorcvdfrom | Paid ToRcvd From | String | STR64 | 64 | |
13 | DSCRIPTN | Description | String | STR30 | 30 | |
14 | DEPTYPE | Deposit Type | Integer | DDL_Document_Type | 0 | |
15 | SOURCDOC | Source Document | String | STR10_Source_Document | 10 | |
Key to the Source Document Master (SY00900).
Click to show/hideSELECT
['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 | ||||||
16 | SRCDOCTYP | Source Doc Type | Integer | INT | 0 | |
17 | SRCDOCNUM | Source Doc Number | String | STR20 | 20 | |
18 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['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 | ||||||
19 | CHEKBKID | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['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 |