CustPaymManFeeLines::checkExist Method
Indicates whether the specified record exists in the CustPaymManFeeLines table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
PaymMode _paymMode,
PaymManStepId _paymManStepId,
PaymManFeeId _paymManFeeId,
FromDate _fromDate,
RecId _recId)
Run On
Called
Parameters
- _paymMode
Type: PaymMode Extended Data Type
The PaymMode value of the record for which to check.
- _paymManStepId
Type: PaymManStepId Extended Data Type
The PaymManStepId value of the record for which to check.
- _paymManFeeId
Type: PaymManFeeId Extended Data Type
The PaymManFeeId value of the record for which to check.
- _fromDate
Type: FromDate Extended Data Type
The FromDate value of the record for which to check.
- _recId
Type: RecId Extended Data Type
The RecId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.