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.
Finds the specified record in the SysPolicyTypeSequence table.
Syntax
client server public static SysPolicyTypeSequence find(
RefRecId _sequenceGroup,
RefRecId _policyType,
[boolean _forUpdate])
Run On
Called
Parameters
- _sequenceGroup
Type: RefRecId Extended Data Type
An instance of the RefRecId class that represents the collection of organization types.
- _policyType
Type: RefRecId Extended Data Type
An instance of the RefRecIdclass that represents the policy type.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: SysPolicyTypeSequence Table
true if the record was found; otherwise, false.