MCRBrokerAccrual::find Method

Finds the specified record in the MCRBrokerAccrual table.

Syntax

client server public static MCRBrokerAccrual find(
    InvoiceId _invoiceId, 
    SalesId _salesId, 
    MCRBrokerVendAccount _mcrBrokerVendAccount, 
    MarkupCode _markupCode, 
    DimensionDefault _dimensionDefault, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: MCRBrokerAccrual Table
A record in MCRBrokerAccrual; otherwise, an empty record.

See Also

Reference

MCRBrokerAccrual Table