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.
Checks whether record exists for given field Id.
Syntax
client server public static boolean exist(TableId _sourceTableId, RecId _sourceRecId)
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
Source table is used to find the record.
- _sourceRecId
Type: RecId Extended Data Type
Source record Id is used to find the record.
Return Value
Type: boolean
Return true if record exists otherwise false.