Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV40201
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory U of M Schedule Setup Group Display Name: Inventory U of M Schedule Setup
Physical Name: IV40201
Technical Name: IV_UofM_SETP_HDR
Group Technical Name: Inventory U of M Schedule Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | UOMSCHDL ![]() | U Of M Schedule | STR10_Schedule | String | 10 | |
2 | UMSCHDSC ![]() | U Of M Schedule Description | STR30 | String | 30 | |
3 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Inventory U of M Schedule Setup'].NOTEINDX AS 'Inventory U of M Schedule Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV40201 AS ['Inventory U of M Schedule Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Inventory U of M Schedule Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
4 | BASEUOFM ![]() | Base U Of M | U_Of_M | String | 8 | |
5 | UMDPQTYS ![]() | U Of M Decimal Places QTYS | DDL_Decimal_Places_QTYS | Integer | 0 | |
6 | DEX_ROW_TS ![]() | datetime | datetime | 3 | ||
DEX_ROW_TS records the time the record was last changed; often used with integration tools to identify which records have changed and need to be synchronised. | ||||||
7 | DEX_ROW_ID ![]() | int | int | 10 | ||
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. |