AlcoholDeclarationJournalTransBranch_RU::findOrCreateJournalTransBranchCorr Method
Finds or creates the record in the AlcoholDeclarationJournalTransBranch_RU table, based on the parameters that are passed.
Syntax
client server public static AlcoholDeclarationJournalTransBranch_RU findOrCreateJournalTransBranchCorr(
AlcoholDeclarationJournalId_RU _journalId,
AlcoholDeclarationType_RU _alcoholDeclarationType,
BranchId_RU _branchId,
AlcoholDeclarationPeriodNum_RU _correctedPeriodNum,
Yr _correctedFiscalYear)
Run On
Called
Parameters
- _journalId
Type: AlcoholDeclarationJournalId_RU Extended Data Type
The ID of the alcohol journal table.
- _alcoholDeclarationType
Type: AlcoholDeclarationType_RU Enumeration
The type of the alcohol declaration.
- _branchId
Type: BranchId_RU Extended Data Type
The ID of the separate subdivision.
- _correctedPeriodNum
Type: AlcoholDeclarationPeriodNum_RU Extended Data Type
The corrected period number.
- _correctedFiscalYear
Type: Yr Extended Data Type
The corrected fiscal year.
Return Value
Type: AlcoholDeclarationJournalTransBranch_RU Table
The record that is found or created in the AlcoholDeclarationJournalTransBranch_RU table.