Share via


PurchReApprovalPolicyRuleTable::findRuleForRuleType Method

Finds a record in the PurchReApprovalPolicyRuleTable table for a given date interval.

Syntax

client server public static PurchReApprovalPolicyRuleTable findRuleForRuleType(
    RefRecId _policy, 
    RefRecId _policyRuleType, 
    ValidFromDateTime _effectiveDate, 
    ValidToDateTime _expirationDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value to specify the selected record is for update; optional.

Return Value

Type: PurchReApprovalPolicyRuleTable Table
A record in the PurchReApprovalPolicyRuleTable table; otherwise, an empty record.

See Also

Reference

PurchReApprovalPolicyRuleTable Table