SysPolicyRuleType::checkExist Method
Determines whether the specified record occurs in the SysPolicyRuleType table.
Syntax
client server public static boolean checkExist(RecId _policyRuleTypeRecId, RefRecId _policyType)
Run On
Called
Parameters
- _policyRuleTypeRecId
Type: RecId Extended Data Type
An instance of the RecId class that specifies policy rule type.
- _policyType
Type: RefRecId Extended Data Type
An instance of the RefRecId class that specifies policy type.
Return Value
Type: boolean
true if the record was found; otherwise, false.