|
RULE subtype_mandatory_document_product_association FOR (document_product_association); WHERE wr1: SIZEOF ( QUERY ( dpa <* document_product_association | NOT ( type_check_function ( dpa , [ 'catalog_data_information_mim' + '.document_product_equivalence' ] , 0 ) ) ) ) = 0 ; END_RULE; -- subtype_mandatory_document_product_association |
|
public class RSubtype_mandatory_document_product_association public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |