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)