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
- _voucher
Type: Voucher Extended Data Type
The reference number of the GeneralJournalEntry record.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date that is associated with the GeneralJournalEntry record.
- _isCredit
Type: NoYes Enumeration
The IsCredit sign of the GeneralJournalAccountEntry record.
- _postingType
Type: LedgerPostingType Enumeration
The posting type of the GeneralJournalAccountEntry record; optional.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use for reading the record; optional.
Return Value
Type: GeneralJournalAccountEntry Table
Either a record in the GeneralJournalAccountEntry table or an empty record.