Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10108
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Extended Pricing Price Group Header Group Display Name: Item Master
Physical Name: SOP10108
Technical Name: sopExtPricingGroupHeader
Group Technical Name: Item Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PRCGRPID | PriceGroupID | String | STR30_Item_Number | 30 | |
2 | DESCEXPR | DescriptionForExtPricing | String | STR50 | 50 | |
3 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
4 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 | |
5 | UOMSCHDL | U Of M Schedule | String | STR10_Schedule | 10 | |
Key to the Inventory U of M Schedule Setup (IV40201).
Click to show/hideSELECT
['Extended Pricing Price Group Header'].UOMSCHDL AS 'Extended Pricing Price Group Header-U Of M Schedule'
,['Inventory U of M Schedule Setup'].UOMSCHDL AS 'Inventory U of M Schedule Setup-U Of M Schedule'
FROM
SOP10108 AS ['Extended Pricing Price Group Header']
INNER JOIN
IV40201 AS ['Inventory U of M Schedule Setup']
ON
['Extended Pricing Price Group Header'].UOMSCHDL = ['Inventory U of M Schedule Setup'].UOMSCHDL | ||||||
6 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Extended Pricing Price Group Header'].NOTEINDX AS 'Extended Pricing Price Group Header-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SOP10108 AS ['Extended Pricing Price Group Header']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Extended Pricing Price Group Header'].NOTEINDX = ['Record Notes Master'].NOTEINDX |