Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV10303
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Stock Count U of M Group Display Name: Stock Count
Physical Name: IV10303
Technical Name: ivStockCountUofM
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 U of M'].ITEMNMBR AS 'Stock Count U of M-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV10303 AS ['Stock Count U of M']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Stock Count U of M'].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 U of M'].LOCNCODE AS 'Stock Count U of M-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV10303 AS ['Stock Count U of M']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Stock Count U of M'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
4 | BINNMBR | Bin Number | String | STR20 | 20 | |
5 | UOFM | U Of M | String | U_Of_M | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
6 | QTYBSUOM | QTY In Base U Of M | Currency | DLR17_QTY_RBS0_STR | 17 | |
7 | COUNTEDQTY | Counted Qty | Currency | DLR17_QTY_RBS0_UTR | 17 | |
8 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 |