Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV10301
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Stock Count Line Group Display Name: Stock Count
Physical Name: IV10301
Technical Name: ivStockCountLine
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 Line'].ITEMNMBR AS 'Stock Count Line-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV10301 AS ['Stock Count Line']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Stock Count Line'].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 Line'].LOCNCODE AS 'Stock Count Line-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV10301 AS ['Stock Count Line']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Stock Count Line'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
4 | BINNMBR | Bin Number | String | STR20 | 20 | |
5 | CAPTUREDQTY | Captured Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
6 | COUNTEDQTY | Counted Qty | Currency | DLR17_QTY_RBS0_UTR | 17 | |
7 | COUNTDATE | Count Date | Date | DT | 8 | |
8 | COUNTTIME | Count Time | Time | TM6 | 6 | |
9 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 | |
10 | 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 | ||||||
11 | IVIVINDX | IV IV Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Stock Count Line'].IVIVINDX AS 'Stock Count Line-IV IV Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
IV10301 AS ['Stock Count Line']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Stock Count Line'].IVIVINDX = ['Account Index Master'].ACTINDX | ||||||
12 | Stock_Serial_Lot_Count | Stock Serial Lot Count | Currency | DLR17_QTY_RBS0_UTR | 17 | |
13 | STCKSRLLTVRNC | Stock Serial Lot Variance | Currency | DLR17_QTY_RBS0_STR | 17 | |
14 | IVVARIDX | IV Variances Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Stock Count Line'].IVVARIDX AS 'Stock Count Line-IV Variances Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
IV10301 AS ['Stock Count Line']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Stock Count Line'].IVVARIDX = ['Account Index Master'].ACTINDX | ||||||
15 | VARIANCEQTY | Variance Qty | Currency | DLR17_QTY_RBS0_STR | 17 | |
16 | VERIFIED | Verified | Boolean | CB_Verifed | 0 | |
17 | Temp_Allocated_Quantity | Temp Allocated Quantity | Currency | DLR17_QTY_RBS0_UTR | 17 | |
18 | ACTIVE | Active | Boolean | CB_Active | 0 | |
19 | Reason_Code | Reason Code | String | STR15_LBAU | 15 |