|
FUNCTION at_most_one_version_id (ent : GENERIC) : LOGICAL; RETURN ( SIZEOF ( QUERY ( ia <* USEDIN ( ent , 'catalog_data_information_mim' + '.applied_identification_assignment.items' ) | ia . role . name = 'version' ) ) <= 1 ) ; END_FUNCTION; -- at_most_one_version_id |
|
public class FAt_most_one_version_id public static Value run(SdaiContext _context, Value ent) |