GeneralJournalAccountEntry::findReferenceNumberAccountingDate_RU Method

Finds a record in the GeneralJournalAccountEntry table that matches the specified parameters.

Syntax

client server public static GeneralJournalAccountEntry findReferenceNumberAccountingDate_RU(
    Voucher _voucher, 
    TransDate _accountingDate, 
    NoYes _isCredit, 
   [LedgerPostingType _postingType, 
    boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _isCredit
    Type: NoYes Enumeration
    The IsCredit sign of the GeneralJournalAccountEntry record.
  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the record will be read for updating; optional.

Return Value

Type: GeneralJournalAccountEntry Table
Either a record in the GeneralJournalAccountEntry table or an empty record.

See Also

Reference

GeneralJournalAccountEntry Table