Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP40704
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Extended Pricing Quantity Breaks For Price Sheet
Physical Name: SOP40704
Technical Name: sopExtPricingQuantityBreaksForPriceSheetSeq 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 Quantity Breaks For Price Sheet'].USERID AS 'Extended Pricing Quantity Breaks For Price Sheet-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SOP40704 AS ['Extended Pricing Quantity Breaks For Price Sheet']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Extended Pricing Quantity Breaks For Price Sheet'].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 Quantity Breaks For Price Sheet'].ITEMNMBR AS 'Extended Pricing Quantity Breaks For Price Sheet-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP40704 AS ['Extended Pricing Quantity Breaks For Price Sheet']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Extended Pricing Quantity Breaks For Price Sheet'].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