Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _policyRefRecId
Type: RefRecId Extended Data Type
RecId
- _reasonCodeId
Type: ReturnReasonCodeId Extended Data Type
Return reason code id
- _retailStoreTableRecId
Type: RefRecId Extended Data Type
RetailStoreTable record RecId
- _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.