Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV40900
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Price Group Master Group Display Name: Inventory Control
Physical Name: IV40900
Technical Name: ivPriceGroup
Group Technical Name: Inventory Control
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PriceGroup | Price Group | String | STR10_LBAU | 10 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | CREATDDT | Created Date | Date | DT | 8 | |
4 | MODIFDT | Modified Date | Date | DT | 8 | |
5 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Price Group Master'].NOTEINDX AS 'Price Group Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV40900 AS ['Price Group Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Price Group Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |