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 | STR15_LBAU | String | 15 | |
2 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 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 | STR10_Location_Code | String | 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 | STR20 | String | 20 | |
5 | UOFM ![]() | U Of M | U_Of_M | String | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
6 | QTYBSUOM ![]() | QTY In Base U Of M | DLR17_QTY_RBS0_STR | Currency | 17 | |
7 | COUNTEDQTY ![]() | Counted Qty | DLR17_QTY_RBS0_UTR | Currency | 17 | |
8 | DECPLQTY ![]() | Decimal Places QTYS | DDL_Decimal_Places_QTYS | Integer | 0 | |
9 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |