Share via


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

  • _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.

See Also

Reference

SysPolicyRuleType Table