Need guidance on automatic item creation based on attribute as Configuration or Customization.
Summary:
As part of Oracle SAAS under PIM, we would like to understand the basis of categorization between Configuration and Customization.
Scenario: Automatically create another item based on the attribute checkbox selection from the current item creation.
Approach:
1. Wherever checkbox is selected, it triggers the item rule.
2. Item rule internally invokes the global function by passing parameters Item number to create new item.
3. Global function will call the REST Service to get the item and its details to create new item.
4. Again, Global function will call the REST service to create the new item based on the get item service called previously.
Tagged:
0