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