Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP40708
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Extended Pricing Base Currencies
Physical Name: SOP40708
Technical Name: sopExtPricingBaseCurrSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Extended Pricing Base Currencies'].USERID AS 'Extended Pricing Base Currencies-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SOP40708 AS ['Extended Pricing Base Currencies']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Extended Pricing Base Currencies'].USERID = ['Users Master'].USERID
2 CURNCYID Currency ID String STR15_Currency_ID 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Extended Pricing Base Currencies'].CURNCYID AS 'Extended Pricing Base Currencies-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
SOP40708 AS ['Extended Pricing Base Currencies']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Extended Pricing Base Currencies'].CURNCYID = ['Currency Setup'].CURNCYID