CustomsInvoiceRegnJournalLine_IN::findInvoiceRegnJournalLine Method
Reads the CustomsInvoiceRegnJournalLine_IN table for the specified CustomsInvoiceRegnJournalTable_IN table RecId and PurchLine recId.
Syntax
client server public static CustomsInvoiceRegnJournalLine_IN findInvoiceRegnJournalLine(
RefRecId _customsInvoiceRegnJournalTable,
RefRecId _purchLine,
[boolean _forupdate])
Run On
Called
Parameters
- _customsInvoiceRegnJournalTable
Type: RefRecId Extended Data Type
The CustomsInvoiceRegnJournalTable_IN table RecId to find CustomsInvoiceRegnJournalLine_IN record.
- _purchLine
Type: RefRecId Extended Data Type
The PurchLine recId to find CustomsInvoiceRegnJournalLine_IN record.
- _forupdate
Type: boolean
if true, select record for update.
Return Value
Type: CustomsInvoiceRegnJournalLine_IN Table
The selected CustomsInvoiceRegnJournalLine_IN table record.