SysPolicyOrganizationTypeSequence::checkExist Method
Determines whether the specified record occurs in the SysPolicyOrganizationTypeSequence table.
Syntax
client server public static boolean checkExist(
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.