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