Hide the Item BOM Grid on Item
This feature enables you to hide the Item BOM section available on the Item > Features tab. Due to more robust trade item structure support in GTM, this section is no longer used. To avoid confusion, you can hide this section on the UI and not process the data if it is sent/received via integration. Two new properties are introduced:
- gtm.item.itemBOM.isEnabled - This property controls if GTM displays the Item BOM section. When set to true, the section is displayed. When set to false, the section is hidden. The default value is true.
- gtm.integration.item.includeItemBOM - This property controls if GTM processes the item BOM details during item integration. When set to true, the item BOM details are processed during item integration. When set to false, the item BOM details are not processed during item integration. This property setting applies to both inbound and outbound integration. The default value is true.
Enabling you to hide this section helps to avoid confusion and improve user experience.
Steps to Enable
You don't need to do anything to enable this feature.