Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IVC10300
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Invoicing Distributions Group Display Name: Invoice Distribution
Physical Name: IVC10300
Technical Name: IVC_Distribution
Group Technical Name: Invoice Distribution
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DOCTYPE | Document Type | Integer | DDL_Document_Type | 0 | |
2 | INVCNMBR | Invoice Number | String | STR20_IVC_Document_Number | 17 | |
3 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
4 | DISTTYPE | Distribution Type | Integer | DDL | 0 | |
5 | DistRef | Distribution Reference | String | STR30 | 30 | |
6 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Invoicing Distributions'].ACTINDX AS 'Invoicing Distributions-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
IVC10300 AS ['Invoicing Distributions']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Invoicing Distributions'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
7 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
8 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
9 | TRXSORCE | TRX Source | String | STR13 | 13 | |
10 | POSTED | Posted | Boolean | True/False | 0 |