Comparteix a través de


PdsRebateItem::find Method

Finds the desired PdsRebateItem record based on the passed parameters.

Syntax

client server public static PdsRebateItem find(
    PdsRebateAgreementRefRecId _agreementRecId, 
    ItemId _itemId, 
    InventDimId _inventDimId, 
    UnitOfMeasureSymbol _unitId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that defines whether the record should be selected for update or not; optional.

Return Value

Type: PdsRebateItem Table
The PdsRebateItem record that was found based on the passed parameters.

See Also

Reference

PdsRebateItem Table