AlcoholDailyTransMovement_RU::exist Method
Checks whether the record exists in the AlcoholDailyTransMovement_RU table.
Syntax
client server public static boolean exist(
TransDate _transDate,
BranchId_RU _branchId,
AlcoholDeclarationType_RU _alcoholDeclarationType,
AlcoholProductionTypeId_RU _alcoholProductionTypeId)
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The date of the record to check.
- _branchId
Type: BranchId_RU Extended Data Type
The separate division ID of the record to check.
- _alcoholDeclarationType
Type: AlcoholDeclarationType_RU Enumeration
The type of alcohol declaration of the record to check.
- _alcoholProductionTypeId
Type: AlcoholProductionTypeId_RU Extended Data Type
The type of alcohol production of the record to check.
Return Value
Type: boolean
true if the record exists; otherwise, false.