|
ENTITY product_category; name : label; description : OPTIONAL text; DERIVE id : identifier := get_id_value(SELF); WHERE WR1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1; END_ENTITY; -- product_category |
Entity data types and their attributesproduct_categoryname: label; (OPT) description: text; (DER) id: identifier; |
| product_related_product_category (product_definition_schema) |
Global rules for this entity data type- |