Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether records exist in the table for the current record.
Syntax
client server public static boolean exist(SelectQuery_IN _selectQuery)
Run On
Called
Parameters
- _selectQuery
Type: SelectQuery_IN Extended Data Type
The field to use to find a record in a table.
Return Value
Type: boolean
true if the record exists; otherwise, false.