Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00105
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Currency Master Group Display Name: Item Master
Physical Name: IV00105
Technical Name: ivItemCurr
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 Currency Master'].ITEMNMBR AS 'Item Currency Master-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00105 AS ['Item Currency Master']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Currency Master'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Item Currency Master'].CURNCYID AS 'Item Currency Master-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
IV00105 AS ['Item Currency Master']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Item Currency Master'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
3 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Item Currency Master'].CURRNIDX AS 'Item Currency Master-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
IV00105 AS ['Item Currency Master']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Item Currency Master'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
4 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
5 | LISTPRCE | List Price | Currency | DLR17_RBS0_STR$ | 17 |