Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV30702
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Stock Count Serial Lot History Group Display Name: Stock Count History
Physical Name: IV30702
Technical Name: ivStockCountSerialLotHist
Group Technical Name: Stock Count History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | STCKCNTID | Stock Count ID | String | STR15_LBAU | 15 | |
2 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
3 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Stock Count Serial Lot History'].ITEMNMBR AS 'Stock Count Serial Lot History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV30702 AS ['Stock Count Serial Lot History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Stock Count Serial Lot History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
4 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Stock Count Serial Lot History'].LOCNCODE AS 'Stock Count Serial Lot History-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV30702 AS ['Stock Count Serial Lot History']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Stock Count Serial Lot History'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
5 | BINNMBR | Bin Number | String | STR20 | 20 | |
6 | SLTSQNUM | Serial/Lot SEQ Number | Long Integer | LI_Sequence_Number | 10 | |
7 | COUNTEDQTY | Counted Qty | Currency | DLR17_QTY_RBS0_UTR | 17 | |
8 | CAPTUREDQTY | Captured Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
9 | ITMTRKOP | Item Tracking Option | Integer | DDL_Track | 0 | |
Designation for the tracking type of the Item.
Click to show/hide Item Tracking Options1 0 decimals
2 1
3 2
4 3
5 4
6 5 | ||||||
10 | IVDOCNBR | IV Document Number | String | STR17_IV_Document_Number | 17 | |
11 | IVDOCTYP | IV Document Type | Integer | DDL_IV_Document_Type | 0 | |
12 | SERLTNUM | Serial/Lot Number | String | STR20 | 20 | |
13 | VARIANCEQTY | Variance Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
14 | MFGDATE | Manufacture Date | Date | DT_Date | 6 | |
15 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |