Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP40706
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Extended Pricing Price Book Prices
Physical Name: SOP40706
Technical Name: sopExtPricingPriceBookPricesSeq 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 Price Book Prices'].USERID AS 'Extended Pricing Price Book Prices-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SOP40706 AS ['Extended Pricing Price Book Prices']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Extended Pricing Price Book Prices'].USERID = ['Users Master'].USERID
2 PRCBKID PriceBookID String STR15_LBU 15 3 ITEMNMBR Item Number String STR30_Item_Number 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['Extended Pricing Price Book Prices'].ITEMNMBR AS 'Extended Pricing Price Book Prices-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP40706 AS ['Extended Pricing Price Book Prices']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Extended Pricing Price Book Prices'].ITEMNMBR = ['Item Master'].ITEMNMBR
4 UOFM U Of M String U_Of_M 8 The unit of measure. The value in this field must exist in Inventory. 5 QTYFROM QTYFrom Currency DLR17_QTY_RBS0_UTR 17 6 QTYTO QTYTo Currency DLR17_QTY_RBS0_STR 17 7 UMQTYINB U Of M QTY In Base Currency DLR17_QTY_RBS0_STR 17 The quantity of the base unit of measure that is equivalent to one of the units of measure being referenced. 8 UNITPRCE Unit Price Currency DLR17_RBS0_STR$ 17 9 CURNCYID Currency ID String STR15_Currency_ID 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Extended Pricing Price Book Prices'].CURNCYID AS 'Extended Pricing Price Book Prices-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
SOP40706 AS ['Extended Pricing Price Book Prices']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Extended Pricing Price Book Prices'].CURNCYID = ['Currency Setup'].CURNCYID
10 ERRVAL ErrorValue Long Integer Long Int 8