SysPolicyRuleType::findByRuleTypePolicyType Method
Finds a record in the SysPolicyRuleType table.
Syntax
client server public static SysPolicyRuleType findByRuleTypePolicyType(
SysPolicyRuleTypeEnum _ruleType,
SysPolicyTypeEnum _policyType,
[boolean _forUpdate])
Run On
Called
Parameters
- _ruleType
Type: SysPolicyRuleTypeEnum Enumeration
The policy rule type to find.
- _policyType
Type: SysPolicyTypeEnum Enumeration
The policy type that is used to differentiate between multiple rule types with the same name.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record is selected for update; optional.
Return Value
Type: SysPolicyRuleType Table
The SysPolicyRuleType record with the matching policy rule type and policy type.