Share via


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

  • _forUpdate
    Type: boolean
    If true, it selects the record for update.

Return Value

Type: CustomsExportOrderLine_IN Table
The selected CustomsExportOrderLine_IN table record.

See Also

Reference

CustomsExportOrderLine_IN Table