Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV30500
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory Distribution History Group Display Name: Inventory Transaction History
Physical Name: IV30500
Technical Name: IV_Distribution_HIST
Group Technical Name: Inventory Transaction History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | IVDOCTYP | IV Document Type | Integer | DDL_IV_Document_Type | 0 | |
2 | DOCNUMBR | Document Number | String | STR20_Document_Number | 20 | |
3 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Inventory Distribution History'].ITEMNMBR AS 'Inventory Distribution History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV30500 AS ['Inventory Distribution History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Inventory Distribution History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
4 | TRXSORCE | TRX Source | String | STR13 | 13 | |
5 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Inventory Distribution History'].ACTINDX AS 'Inventory Distribution History-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
IV30500 AS ['Inventory Distribution History']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Inventory Distribution History'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
6 | DISTTYPE | Distribution Type | Integer | DDL | 0 | |
7 | POSTEDDT | Posted Date | Date | DATE | 6 | |
8 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
9 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 |