|
ENTITY Test_select_product SUBTYPE OF (Alternate_product_relationship); WHERE WR1: NOT EXISTS (SELF\Alternate_product_relationship.criteria); END_ENTITY; -- Test_select_product |
Entity data types and their attributesAlternate_product_relationship(OPT) name: STRING; (OPT) description: STRING; alternate_product: Product; base_product: Product; (OPT) criteria: STRING; Test_select_product - |
Global rules for this entity data type- |