SysPolicyRuleTypeSequence::checkExist Method
Validates that the specified record exists in the SysPolicyRuleTypeSequence table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(RefRecId _sequenceGroup, RefRecId _policyRuleType)
Run On
Called
Parameters
- _sequenceGroup
Type: RefRecId Extended Data Type
A RefRecId extended data type to indicate the collection of organization type.
- _policyRuleType
Type: RefRecId Extended Data Type
A RefRecId extended data type that represents the policy rule type.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.