Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV40500
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Lot Category Setup Group Display Name: Item Lot Category Setup
Physical Name: IV40500
Technical Name: IV_Lot_Type_SETP
Group Technical Name: Item Lot Category Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | LOTTYPE | Lot Type | String | STR10_Lot_Type | 10 | |
2 | LTATRDSC_1 | Lot Attribute Descriptions[1] | String | STR15 | 15 | |
3 | LTATRDSC | Lot Attribute Descriptions | STR15 | String | 15 | |
4 | LTATRDSC_2 | Lot Attribute Descriptions[2] | String | STR15 | 15 | |
5 | LTATRDSC_3 | Lot Attribute Descriptions[3] | String | STR15 | 15 | |
6 | LTATRDSC_4 | Lot Attribute Descriptions[4] | String | STR15 | 15 | |
7 | LTATRDSC_5 | Lot Attribute Descriptions[5] | String | STR15 | 15 | |
8 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Item Lot Category Setup'].NOTEINDX AS 'Item Lot Category Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV40500 AS ['Item Lot Category Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Item Lot Category Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX |