Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV40401
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Class Currency Setup Group Display Name: Item Class Setup
Physical Name: IV40401
Technical Name: ivItemClassCurr
Group Technical Name: Item Class Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITMCLSCD | Item Class Code | String | STR10_Class_ID | 10 | |
Key to the Item Class Setup (IV40400).
Click to show/hideSELECT
['Item Class Currency Setup'].ITMCLSCD AS 'Item Class Currency Setup-Item Class Code'
,['Item Class Setup'].ITMCLSCD AS 'Item Class Setup-Item Class Code'
FROM
IV40401 AS ['Item Class Currency Setup']
INNER JOIN
IV40400 AS ['Item Class Setup']
ON
['Item Class Currency Setup'].ITMCLSCD = ['Item Class Setup'].ITMCLSCD | ||||||
2 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Item Class Currency Setup'].CURNCYID AS 'Item Class Currency Setup-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
IV40401 AS ['Item Class Currency Setup']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Item Class Currency Setup'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
3 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 |