AlcoholDailyJournalTable_RU::find Method
Finds the record in the AlcoholDailyJournalTable_RU table.
Syntax
client server public static AlcoholDailyJournalTable_RU find(
TransDate _transDate,
BranchId_RU _branchId,
AlcoholDeclarationType_RU _alcoholDeclarationType,
[boolean _forUpdate])
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The date of the journal.
- _branchId
Type: BranchId_RU Extended Data Type
The separate division ID of the journal to find.
- _alcoholDeclarationType
Type: AlcoholDeclarationType_RU Enumeration
The type of alcohol declaration of the journal to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: AlcoholDailyJournalTable_RU Table
The record that is found in the AlcoholDailyJournalTable_RU table.