VATDefermentInquiry_IN::exist Method
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.