Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV30701
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Stock Count Line History Group Display Name: Stock Count History
Physical Name: IV30701
Technical Name: ivStockCountLineHist
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 Line History'].ITEMNMBR AS 'Stock Count Line History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV30701 AS ['Stock Count Line History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Stock Count Line 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 Line History'].LOCNCODE AS 'Stock Count Line History-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV30701 AS ['Stock Count Line History']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Stock Count Line History'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
5 | BINNMBR | Bin Number | String | STR20 | 20 | |
6 | BASEUOFM | Base U Of M | String | U_Of_M | 8 | |
7 | COUNTEDQTY | Counted Qty | Currency | DLR17_QTY_RBS0_UTR | 17 | |
8 | CAPTUREDQTY | Captured Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
9 | CPTRDT | Capture Date | Date | DATE | 6 | |
10 | CPTRTM | Capture Time | Time | TM6 | 6 | |
11 | 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 | ||||||
12 | IVDOCNBR | IV Document Number | String | STR17_IV_Document_Number | 17 | |
13 | IVDOCTYP | IV Document Type | Integer | DDL_IV_Document_Type | 0 | |
14 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
15 | VARIANCEQTY | Variance Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
16 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 | |
17 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
18 | Reason_Code | Reason Code | String | STR15_LBAU | 15 |