AlcoholDeclarationTransMovement_RU::exist Method
Determines whether the specified record in the AlcoholDeclarationTransMovement_RU table exists.
Syntax
client server public static boolean exist(
AlcoholDeclarationJournalId_RU _journalId,
AlcoholDeclarationType_RU _alcoholDeclarationType,
BranchId_RU _branchId,
AlcoholProductionTypeId_RU _alcoholProductionTypeId,
AlcoholManufacturerId_RU _manufacturerId)
Run On
Called
Parameters
- _journalId
Type: AlcoholDeclarationJournalId_RU Extended Data Type
The journal ID of the AlcoholDeclarationJournalTable_RU record.
- _alcoholDeclarationType
Type: AlcoholDeclarationType_RU Enumeration
The type of the alcohol declaration.
- _branchId
Type: BranchId_RU Extended Data Type
The ID of the branch (separate subdivision).
- _alcoholProductionTypeId
Type: AlcoholProductionTypeId_RU Extended Data Type
The ID of the alcohol production type.
- _manufacturerId
Type: AlcoholManufacturerId_RU Extended Data Type
The ID of the manufacturer of the alcohol production.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.