CustomsInvoiceRegnJournalTable_IN::findByPurchAndInvoice Method
Finds the CustomsInvoiceRegnJournalTable_IN table for the specified PurchId and CustomsImportInvoiceNumberTable.
Syntax
client server public static CustomsInvoiceRegnJournalTable_IN findByPurchAndInvoice(
PurchId _purchId,
RefRecId _invoiceId,
[boolean _forupdate])
Run On
Called
Parameters
- _purchId
Type: PurchId Extended Data Type
The PurchId to find CustomsInvoiceRegnJournalTable_IN.
- _invoiceId
Type: RefRecId Extended Data Type
The CustomsImportInvoiceNumberTable to find CustomsInvoiceRegnJournalTable_IN.
- _forupdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: CustomsInvoiceRegnJournalTable_IN Table
A buffer containing CustomsInvoiceRegnJournalTable_IN table.