Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV10302
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Stock Count Serial Lot Group Display Name: Stock Count
Physical Name: IV10302
Technical Name: ivStockCountSerialLot
Group Technical Name: Stock Count
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | STCKCNTID | Stock Count ID | String | STR15_LBAU | 15 | |
2 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Stock Count Serial Lot'].ITEMNMBR AS 'Stock Count Serial Lot-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV10302 AS ['Stock Count Serial Lot']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Stock Count Serial Lot'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
3 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Stock Count Serial Lot'].LOCNCODE AS 'Stock Count Serial Lot-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV10302 AS ['Stock Count Serial Lot']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Stock Count Serial Lot'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
4 | BINNMBR | Bin Number | String | STR20 | 20 | |
5 | COUNTEDQTY | Counted Qty | Currency | DLR17_QTY_RBS0_UTR | 17 | |
6 | CAPTUREDQTY | Captured Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
7 | DATERECD | Date Received | Date | DATE | 6 | |
8 | DTSEQNUM | Date SEQ Number | Currency | Sequence_Number | 19 | |
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 | SERLTNUM | Serial/Lot Number | String | STR20 | 20 | |
11 | SERIALSTATUS | Serial Status | Integer | DDL_Serial_Status | 0 | |
12 | VARIANCEQTY | Variance Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
13 | VERIFIED | Verified | Boolean | CB_Verifed | 0 | |
14 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
15 | Temp_Allocated_Quantity | Temp Allocated Quantity | Currency | DLR17_QTY_RBS0_UTR | 17 | |
16 | MFGDATE | Manufacture Date | Date | DT_Date | 6 | |
17 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |