Hi
I have created the following entities, Product, Product SubCategory and Product Category
The Product SubCategory entity has an attribute called Product Category which is domain-based on the Product category entity.
The product entity contains the name, code attributes and product sub category and product category. Product Category and Sub Category are domain based attributes.
When a user creates a new product they will then select the product category value. Is it then possible to only show the related product sub categories for the select product category value? i.e. filtered domain-based values
Currently it shows all sub categories for all product categories.
I have been able to create a business rule that populates the Product Category from the Sub Category selected - traversing up the hierarchy, This works as there is only one parent. There is a requirement where they would like to traverse down the hierarchy when defining the product details in a filtered drop down approach. - 1 to Many
Any advice would be greatly appreciated.
Cheers
Kevin