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
- _invoiceId
Type: InvoiceId Extended Data Type
The invoice ID of the MCRBrokerAccrual table record to find.
- _salesId
Type: SalesId Extended Data Type
The sales ID of the MCRBrokerAccrual table record to find.
- _mcrBrokerVendAccount
Type: MCRBrokerVendAccount Extended Data Type
The broker vendor account of the MCRBrokerAccrual table record to find.
- _markupCode
Type: MarkupCode Extended Data Type
The chage code of the MCRBrokerAccrual table record to find.
- _dimensionDefault
Type: DimensionDefault Extended Data Type
The dimension of the MCRBrokerAccrual table record to find.
- _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.