Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified record occurs in the SysPolicyOrganizationTypeSequence table.
Syntax
client server public static boolean exist(
RefRecId _sequenceGroup,
RefRecId _orgType,
int _sequence)
Run On
Called
Parameters
- _sequenceGroup
Type: RefRecId Extended Data Type
A RefRecId value to signify the collection of organization type.
- _orgType
Type: RefRecId Extended Data Type
A RefTableId value to signify the organization type.
- _sequence
Type: int
An integer value to specify the sequence.
Return Value
Type: boolean
true if the record was found; otherwise, false.