Share via


CustomsInvoiceRegnJournalLine_IN::findRecId Method

Reads the CustomsInvoiceRegnJournalLine_IN table for the specified CustomsInvoiceRegnJournalTable_IN table RecId.

Syntax

client server public static CustomsInvoiceRegnJournalLine_IN findRecId(RefRecId _customsInvoiceRegnJournalTablerecId, [boolean _forupdate])

Run On

Called

Parameters

  • _customsInvoiceRegnJournalTablerecId
    Type: RefRecId Extended Data Type
    The CustomsInvoiceRegnJournalTable_IN table 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 recId.

See Also

Reference

CustomsInvoiceRegnJournalLine_IN Table