SysPolicyRule::findPolicyRule Method
Finds a record in the SysPolicyRule table.
Syntax
client server public static RefRecId findPolicyRule(
SysPolicyTypeEnum _policyType,
SysPolicyRuleTypeEnum _policyRuleType,
RefRecId _le,
RefRecId _ou,
[utcdatetime _effectiveDate])
Run On
Called
Parameters
- _policyType
Type: SysPolicyTypeEnum Enumeration
The policy type to find.
- _policyRuleType
Type: SysPolicyRuleTypeEnum Enumeration
The policy rule type to find.
- _le
Type: RefRecId Extended Data Type
The legal entity for which to retrieve the policy rule.
- _ou
Type: RefRecId Extended Data Type
The operating unit for which to retrieve the policy rule.
- _effectiveDate
Type: utcdatetime
The effective date on which to search for the policy rule.
Return Value
Type: RefRecId Extended Data Type
A record in the SysPolicyRule table.