Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CM20400
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: CM Distribution Group Display Name: CM Transaction
Physical Name: CM20400
Technical Name: CM_Distribution
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 | VOIDED | Voided | Boolean | CB | 0 | |
3 | DSTSQNUM | Distribution Sequence Number | Long Integer | Long Int | 8 | |
4 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['CM Distribution'].ACTINDX AS 'CM Distribution-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
CM20400 AS ['CM Distribution']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['CM Distribution'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
5 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
6 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
7 | DistRef | Distribution Reference | String | STR30 | 30 | |
8 | GLPOSTDT | GL Posting Date | Date | DT | 8 | |
9 | ORCRDAMT | Originating Credit Amount | Currency | DLR19_$S2 | 19 | |
10 | ORDBTAMT | Originating Debit Amount | Currency | DLR19_$S2 | 19 |