CustomsExportOrderTable_IN::findBySalesID Method
Reads the CustomsExportOrderTable_IN table for the specified SalesId, ExportInvoiceId and CustomsDate.
Syntax
client server public static CustomsExportOrderTable_IN findBySalesID(
SalesIdBase _salesId,
ExportInvoiceId_IN _invoiceId,
CustomsDate_IN _date,
[boolean _forUpdate])
Run On
Called
Parameters
- _salesId
Type: SalesIdBase Extended Data Type
The salesId for which CustomsExportOrderTable_IN needs to be queried.
- _invoiceId
Type: ExportInvoiceId_IN Extended Data Type
The ExportInvoiceId for which CustomsExportOrderTable_IN needs to be queried.
- _date
Type: CustomsDate_IN Extended Data Type
The date on which Export order was invoiced.
- _forUpdate
Type: boolean
if true, select record for update.
Return Value
Type: CustomsExportOrderTable_IN Table
Selected CustomsExportOrderTable_IN table record.