|
ENTITY product_category_relationship; name : label; description : OPTIONAL text; category : product_category; sub_category : product_category; WHERE WR1: acyclic_product_category_relationship(SELF, [SELF.sub_category]); END_ENTITY; -- product_category_relationship |
Entity data types and their attributesproduct_category_relationshipname: label; (OPT) description: text; category: product_category; sub_category: product_category; |
Users: by entity attributesproduct_category_relationshipdesign_object_management_assignment.items managed_design_object ap210_managed_design_object frozen_assignment.items managed_design_object ap210_managed_design_object Users: by defined types, not used by any entity attributeproduct_category_relationshipap210_managed_design_object design_object_management_assignment.items frozen_assignment.items |
Global rules for this entity data type- |