Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CM20100
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: CM Journal Group Display Name: CM Transaction
Physical Name: CM20100
Technical Name: CM_Journal
Group Technical Name: CM Transaction
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CMDNUMWK | Link Record Number | Currency | DLR_Document_Number | 19 | |
2 | RecNumControl | Record Number Control | Currency | DLR_Document_Number | 19 | |
3 | VOIDED | Voided | Boolean | CB | 0 | |
4 | CNTRLTYP | Control Type | Integer | INT1 | 1 | |
5 | AUDITTRAIL | Audit Trail Code | String | STR13_LBAU | 13 | |
6 | CHEKBKID | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['CM Journal'].CHEKBKID AS 'CM Journal-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
CM20100 AS ['CM Journal']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['CM Journal'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID | ||||||
7 | CMTrxType | CM Trx Type | Integer | DDL | 0 | |
8 | CMTrxNum | CM Trx Number | String | STR20_Document_Number | 20 | |
9 | CMERRMSG | CM Error Message | Long Integer | ML_CM_Message | 0 |