Share via


RetailReturnReasonCodePolicyLine::find Method

Finds return reason code policy line by its rec id and return reason code id.

Syntax

client server public static RetailReturnReasonCodePolicyLine find(
    RefRecId _policyRefRecId, 
    ReturnReasonCodeId _reasonCodeId, 
    RefRecId _retailStoreTableRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    True, if the record should be selected for update; false - otherwise.

Return Value

Type: RetailReturnReasonCodePolicyLine Table
Return reason code policy line record.

See Also

Reference

RetailReturnReasonCodePolicyLine Table