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