Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00115
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Multiple Manufacture Items Master Group Display Name: Item Master
Physical Name: IV00115
Technical Name: IV_MFG_ITM_MSTR
Group Technical Name: Item Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Multiple Manufacture Items Master'].ITEMNMBR AS 'Multiple Manufacture Items Master-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00115 AS ['Multiple Manufacture Items Master']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Multiple Manufacture Items Master'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | MANUFACTURER | Manufacturer | String | STR30_LBAU | 30 | |
3 | MNFCTRITMNMBR | Manufacture Item Number | String | STR30_LBAU | 30 | |
4 | ITEMDESC | Item Description | String | STR100 | 100 | |
5 | PRIMARYITEM | Primary Item | Boolean | CB | 0 |