CustomsInvoiceRegnTrans_IN::findByInvoiceRegnJournalLineRecId Method
Reads the CustomsInvoiceRegnTrans_IN table for the specified CustomsInvoiceRegnJournalLine Table RecId.
Syntax
client server public static CustomsInvoiceRegnTrans_IN findByInvoiceRegnJournalLineRecId(RefRecId _customsInvoiceRegnJournalLineRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _customsInvoiceRegnJournalLineRecId
Type: RefRecId Extended Data Type
The CustomsInvoiceRegnJournalLine_IN table RecId to find CustomsInvoiceRegnTrans_IN record.
- _forUpdate
Type: boolean
if true, select record for update.
Return Value
Type: CustomsInvoiceRegnTrans_IN Table
The CustomsInvoiceRegnTrans_IN table record for specified CustomsInvoiceRegnJournalLine table RecId.