Share via


TaxWHTTransGeneralJournalAccountEntry_IN::find Method

Finds the specified record in the TaxWHTTransGeneralJournalAccountEntry_IN table.

Syntax

client server public static TaxWHTTransGeneralJournalAccountEntry_IN find(
    RefRecId _taxWHTTransRecId, 
   [RefRecId _generalJournalAccountEntryRecId, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _taxWHTTransRecId
    Type: RefRecId Extended Data Type
    The reference record ID of the TaxWHTTransGeneralJournalAccountEntry_IN record to find.
  • _generalJournalAccountEntryRecId
    Type: RefRecId Extended Data Type
    The general journal account entry reference record ID of the TaxWHTTransGeneralJournalAccountEntry_IN record to find; optional.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: TaxWHTTransGeneralJournalAccountEntry_IN Table
A record from the TaxWHTTransGeneralJournalAccountEntry_IN table; otherwise, an empty record.

See Also

Reference

TaxWHTTransGeneralJournalAccountEntry_IN Table