Overview Schemas Index

CATALOG_DATA_INFORMATION_MIM (jsdai.SCatalog_data_information_mim)


RULE restrict_multi_language_for_product_related_product_category FOR (product_related_product_category);
 
WHERE
          wr1:  SIZEOF ( QUERY ( ent <* product_related_product_category | NOT allowed_translations ( ent , [ 'description' ] ) ) ) = 0 ;
END_RULE; -- restrict_multi_language_for_product_related_product_category

public class RRestrict_multi_language_for_product_related_product_category
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)