|
RULE restrict_multi_language_for_product_concept_feature_association FOR (product_concept_feature_association); WHERE wr1: SIZEOF ( QUERY ( ent <* product_concept_feature_association | NOT allowed_translations ( ent , [ 'description' ] ) ) ) = 0 ; END_RULE; -- restrict_multi_language_for_product_concept_feature_association |
|
public class RRestrict_multi_language_for_product_concept_feature_association public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |