|
RULE approval_person_organization_requires_date_time FOR (approval_person_organization); WHERE wr1: SIZEOF ( QUERY ( apo <* approval_person_organization | ( SIZEOF ( QUERY ( u <* USEDIN ( apo , 'automotive_design.' + 'applied_date_assignment.' + 'items' ) | ( u . role . name = 'sign off' ) ) ) + SIZEOF ( QUERY ( u <* USEDIN ( apo , 'automotive_design.' + 'applied_date_and_time_assignment.' + 'items' ) | ( u . role . name = 'sign off' ) ) ) ) <> 1 ) ) = 0 ; END_RULE; -- approval_person_organization_requires_date_time |
|
public class RApproval_person_organization_requires_date_time public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |