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 SysPolicyRuleType table.
Syntax
client server public static SysPolicyRuleType find(
RecId _policyRuleTypeRecId,
RecId _policyType,
[boolean _forUpdate])
Run On
Called
Parameters
- _policyRuleTypeRecId
Type: RecId Extended Data Type
An instance of the RecId class that specifies the policy type.
- _policyType
Type: RecId Extended Data Type
An instance of the RecId class that specifies the policy type.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the selected record is selected for update; optional.
Return Value
Type: SysPolicyRuleType Table
An instance of the SysPolicyRuleType class.