Item Currency Master (IV00105)

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
Physical Name: IV00105
Technical Name: ivItemCurr

Group Display Name: Item Master
Group Technical Name: Item Master

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['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
2CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['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
3CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['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
4DECPLCUR SearchDecimal Places CurrencyIntegerDDL_Decimal_Places_Dollars0
5LISTPRCE SearchList PriceCurrencyDLR17_RBS0_STR$17

Leave a Reply

Your email address will not be published. Required fields are marked *