Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP40700
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Extended Pricing Customer Price Report DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column.
Physical Name: SOP40700
Technical Name: sopExtPricingCustPriceReportSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Extended Pricing Customer Price Report'].USERID AS 'Extended Pricing Customer Price Report-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SOP40700 AS ['Extended Pricing Customer Price Report']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Extended Pricing Customer Price Report'].USERID = ['Users Master'].USERID
2 CUSTNMBR Customer Number STR15_RM_Customer_Number String 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['Extended Pricing Customer Price Report'].CUSTNMBR AS 'Extended Pricing Customer Price Report-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
SOP40700 AS ['Extended Pricing Customer Price Report']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Extended Pricing Customer Price Report'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
3 ITEMNMBR Item Number STR30_Item_Number String 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['Extended Pricing Customer Price Report'].ITEMNMBR AS 'Extended Pricing Customer Price Report-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP40700 AS ['Extended Pricing Customer Price Report']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Extended Pricing Customer Price Report'].ITEMNMBR = ['Item Master'].ITEMNMBR
4 ITEMDESC Item Description STR100 String 100 5 DECPLCUR Decimal Places Currency DDL_Decimal_Places_Dollars Integer 0 6 DECPLQTY Decimal Places QTYS DDL_Decimal_Places_QTYS Integer 0 7 UOFM U Of M U_Of_M String 8 The unit of measure. The value in this field must exist in Inventory. 8 QTYFROM QTYFrom DLR17_QTY_RBS0_UTR Currency 17 9 QTYTO QTYTo DLR17_QTY_RBS0_STR Currency 17 10 UMQTYINB U Of M QTY In Base DLR17_QTY_RBS0_STR Currency 17 The quantity of the base unit of measure that is equivalent to one of the units of measure being referenced. 11 UNITPRCE Unit Price DLR17_RBS0_STR$ Currency 17 12 CURNCYID Currency ID STR15_Currency_ID String 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Extended Pricing Customer Price Report'].CURNCYID AS 'Extended Pricing Customer Price Report-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
SOP40700 AS ['Extended Pricing Customer Price Report']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Extended Pricing Customer Price Report'].CURNCYID = ['Currency Setup'].CURNCYID
13 ORUNTPRC Originating Unit Price DLR17_RBS0_STR$ Currency 17 14 ERMSGTXT Error Message Text STR255 String 255 15 DEX_ROW_ID int int 10