SysPolicyRuleType::findByNamePolicyTypeEnum Method
Finds a record in the SysPolicyRuleType table.
Syntax
client server public static SysPolicyRuleType findByNamePolicyTypeEnum(
SysPolicyName _ruleName,
SysPolicyTypeEnum _policyType,
[boolean _forUpdate])
Run On
Called
Parameters
- _ruleName
Type: SysPolicyName Extended Data Type
The name of the policy rule type to return.
- _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 name and policy type.