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