Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP50400
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Extended Pricing Promotion Inquiry Temp 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: SOP50400
Technical Name: sopExtPricingPromoInquiryTempSeq 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 Promotion Inquiry Temp'].USERID AS 'Extended Pricing Promotion Inquiry Temp-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SOP50400 AS ['Extended Pricing Promotion Inquiry Temp']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Extended Pricing Promotion Inquiry Temp'].USERID = ['Users Master'].USERID
2 ITEMNMBR Item Number STR30_Item_Number String 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['Extended Pricing Promotion Inquiry Temp'].ITEMNMBR AS 'Extended Pricing Promotion Inquiry Temp-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP50400 AS ['Extended Pricing Promotion Inquiry Temp']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Extended Pricing Promotion Inquiry Temp'].ITEMNMBR = ['Item Master'].ITEMNMBR
3 UOFM U Of M U_Of_M String 8 The unit of measure. The value in this field must exist in Inventory. 4 PRCSHID PriceSheetID STR15_LBU String 15 5 EPITMTYP ExtPricingItemType STR1 String 1 6 STRTDATE Start Date DT Date 8 7 ENDDATE End Date DT Date 8 8 QTYFROM QTYFrom DLR17_QTY_RBS0_UTR Currency 17 9 QTYTO QTYTo DLR17_QTY_RBS0_STR Currency 17 10 PSITMVAL PriceSheetItemValue DLR17_RBS0_STR Currency 17 11 EQUOMQTY Equivalent U Of M QTY DLR17_QTY_RBS0_UTR Currency 17 12 BASEUOFM Base U Of M U_Of_M String 8 13 PROMOLVL PromotionLevel DDL_PromotionLevel Integer 0 14 PROMOTYP PromotionType DDL_PromotionType Integer 0 15 PRCGRPID PriceGroupID STR30_Item_Number String 30 16 PRODTCOD PromotionDetailCode STR1 String 1 17 ACTIVE Active CB_Active Boolean 0 18 DEX_ROW_ID int int 10