CustomsExportOrderLine_IN::findBySalesInvoiceIdTrans Method
Reads the CustomsExportOrderLine_IN table for the specified sales ID, invoice ID, and InventTransID.
Syntax
client server public static CustomsExportOrderLine_IN findBySalesInvoiceIdTrans(
SalesIdBase _salesId,
InvoiceId _invoiceId,
InventTransId _inventTransId,
[boolean _forUpdate])
Run On
Called
Parameters
- _salesId
Type: SalesIdBase Extended Data Type
The sales ID of the sales order.
- _invoiceId
Type: InvoiceId Extended Data Type
The invoice ID of the sales order.
- _inventTransId
Type: InventTransId Extended Data Type
The InventTransID of the sales order.
- _forUpdate
Type: boolean
If true, it selects the record for update.
Return Value
Type: CustomsExportOrderLine_IN Table
The selected CustomsExportOrderLine_IN table record.