EximDBKValues_IN::checkDBKSchemesLine Method
Checks whether an EximDBKSchemesLine_IN record exists for the specified CustomsTariffCodeTable_IN and EximDbkRates_IN record IDs, and for the specified EximDBKCenvatStatus_IN, EximDBKRateType_IN, FromDateTime, and ToDateTime values.
Syntax
server private static boolean checkDBKSchemesLine(
RefRecId _customsTariffCodeTableRecId,
EximDBKCenvatStatus_IN _cenvatStatus,
EximDBKRateType_IN _rateType,
FromDateTime _fromDateTime,
ToDateTime _toDateTime,
RefRecId _dbkRatesRecId)
Run On
Server
Parameters
- _customsTariffCodeTableRecId
Type: RefRecId Extended Data Type
The CustomsTariffCodeTable_IN record ID.
- _cenvatStatus
Type: EximDBKCenvatStatus_IN Enumeration
The EximDBKCenvatStatus_IN value.
- _rateType
Type: EximDBKRateType_IN Enumeration
The EximDBKRateType_IN value.
- _fromDateTime
Type: FromDateTime Extended Data Type
The FromDateTime value.
- _toDateTime
Type: ToDateTime Extended Data Type
The ToDateTime value.
- _dbkRatesRecId
Type: RefRecId Extended Data Type
The EximDBKRates_IN record ID.
Return Value
Type: boolean
true if the EximDBKSchemesLine_IN record is found; otherwise, false.