Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE product_requires_category FOR (product, product_related_product_category);
 
WHERE
          wr1:  SIZEOF  ( QUERY ( p <* product | SIZEOF ( USEDIN ( p , 'automotive_design.product_related_product_category.products' ) ) = 0 ) ) = 0 ;
END_RULE; -- product_requires_category

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