SIGProcSetupField::exist Method
Indicates whether a specific record exists in the table.
Syntax
client server public static boolean exist(
RefRecId _setupRef,
RefTableId _tableId,
RefFieldId _fieldId,
DatabaseLogType _logType)
Run On
Called
Parameters
- _setupRef
Type: RefRecId Extended Data Type
The reference to the setup record.
- _tableId
Type: RefTableId Extended Data Type
The requirement table ID.
- _fieldId
Type: RefFieldId Extended Data Type
The requirement field ID.
- _logType
Type: DatabaseLogType Enumeration
The database log type of the requirement.
Return Value
Type: boolean
true if the record exists; otherwise, false.
Remarks
This method is part of the standard table signature and is required by best practice rules.