Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00106
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Purchasing Group Display Name: Item Master
Physical Name: IV00106
Technical Name: ivItemPurch
Group Technical Name: Item Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Item Purchasing'].ITEMNMBR AS 'Item Purchasing-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00106 AS ['Item Purchasing']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Purchasing'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | UOFM ![]() | U Of M | U_Of_M | String | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
3 | QTYBSUOM ![]() | QTY In Base U Of M | DLR17_QTY_RBS0_STR | Currency | 17 | |
4 | UMPUROPT ![]() | U Of M Purchases Options | DDL_UofM_Purchases | Integer | 0 | |
5 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |