Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00118
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Cost Change History Group Display Name: Item Master
Physical Name: IV00118
Technical Name: ivItemCostChangeHist
Group Technical Name: Item Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Item Cost Change History'].ITEMNMBR AS 'Item Cost Change History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00118 AS ['Item Cost Change History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Cost Change History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | ORD | Ord | Long Integer | LI_Sequence_Number | 10 | |
3 | PREVCOST | Previous Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
4 | PRESENTCOST | Present Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
5 | CHANGEDATE_I | Change Date | Date | DT | 8 | |
6 | TIME1 | Time | Time | TM6 | 6 | |
7 | CHANGEBY_I | Change By | String | STR15_User_ID | 15 |