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