Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00107
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Price List Options Group Display Name: Item Master
Physical Name: IV00107
Technical Name: ivItemPriceListOpt
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 Price List Options'].ITEMNMBR AS 'Item Price List Options-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00107 AS ['Item Price List Options']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Price List Options'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Item Price List Options'].CURNCYID AS 'Item Price List Options-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
IV00107 AS ['Item Price List Options']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Item Price List Options'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
3 | PRCLEVEL | PriceLevel | String | STR10_LBAU | 10 | |
4 | UOFM | U Of M | String | U_Of_M | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
5 | RNDGAMNT | Rounding Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
6 | ROUNDHOW | Round How | Integer | DDL_Round_How | 0 | |
7 | ROUNDTO | Round To | Integer | DDL_Rounding_Options | 0 | |
8 | UMSLSOPT | U Of M Sales Options | Integer | DDL_UofM_Sales | 0 | |
9 | QTYBSUOM | QTY In Base U Of M | Currency | DLR17_QTY_RBS0_STR | 17 |