Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00301
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Lot Attribute Master Group Display Name: Item Lot Attribute Master
Physical Name: IV00301
Technical Name: IV_Lot_Attributes
Group Technical Name: Item Lot Attribute Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Item Lot Attribute Master'].ITEMNMBR AS 'Item Lot Attribute Master-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00301 AS ['Item Lot Attribute Master']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Lot Attribute Master'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | LOTNUMBR | Lot Number | String | STR20_LBAU | 20 | |
3 | LOTATRB1 | Lot Attribute 1 | String | STR10 | 10 | |
4 | LOTATRB2 | Lot Attribute 2 | String | STR10 | 10 | |
5 | LOTATRB3 | Lot Attribute 3 | String | STR10 | 10 | |
6 | LOTATRB4 | Lot Attribute 4 | Date | DATE | 6 | |
7 | LOTATRB5 | Lot Attribute 5 | Date | DATE | 6 | |
8 | IUSCOUNT | In Use Count | Integer | INT | 0 | |
9 | RCRDSTTS | Record Status | Integer | INT | 0 |