SysPolicy::checkExist Method
Determines whether the specified record exists in the SysPolicy table.
Syntax
client server public static boolean checkExist(Name _name, RefRecId _policyType)
Run On
Called
Parameters
- _name
Type: Name Extended Data Type
An instance of the Name class that indicates the policy name.
- _policyType
Type: RefRecId Extended Data Type
An instance of the RefRecId class that indicates the policy type.
Return Value
Type: boolean
true if the record was found; otherwise, false.