CustPaymModeSpec::checkExistForPaymMode Method
Checks the PaymSpec, PaymMode field exist and not null in the CustPaymModeSpec table.
Syntax
client server public static boolean checkExistForPaymMode(PaymSpec _paymSpec, PaymMode _paymMode)
Run On
Called
Parameters
- _paymSpec
Type: PaymSpec Extended Data Type
PaymentSpecification value to find the records in CustPaymModeSpec table.
- _paymMode
Type: PaymMode Extended Data Type
PaymentMode value to find the records in CustPaymModeSpec table.
Return Value
Type: boolean
true if the specified record exists; otherwise, failure message.