|
RULE addresses_are_assigned FOR (Address); WHERE WR1: SIZEOF(QUERY(a <* Address | SIZEOF(USEDIN(a, 'PERSON_ORGANIZATION_ARM' + '.ADDRESS_ASSIGNMENT.ASSIGNED_ADDRESS')) = 0)) = 0; END_RULE; -- addresses_are_assigned |
|
public class RAddresses_are_assigned public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |