Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/OC010200
Product: Manufacturing (346)
Series:
Display Name: Option Category Exclusion Group Display Name: Manufacturing Sales Configurator
Physical Name: OC010200
Technical Name: Option_Category_Exclusion
Group Technical Name: Manufacturing Sales Configurator
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BOMCAT_I | BOM Cat | Integer | DDL_BOM_Cat | 0 | |
2 | BOMNAME_I | BOM Name | String | STR15_LBU | 15 | |
3 | Option_Category | Option Category | String | STR30_UC | 30 | |
4 | Excluded_Category | Excluded Category | String | STR30_UC | 30 | |
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Option Category Exclusion'].ITEMNMBR AS 'Option Category Exclusion-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
OC010200 AS ['Option Category Exclusion']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Option Category Exclusion'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | Exclude | Exclude | Boolean | CB | 0 | |
7 | Excluded_BOM_Cat | Excluded BOM Cat | Integer | DDL_BOM_Cat | 0 | |
8 | Excluded_BOM_Name | Excluded BOM Name | String | STR15_LBU | 15 | |
9 | Excluded_Item | Excluded Item | String | STR30_Item_Number | 30 |