SysSignatureSetup::signatureRequired Method
Indicates whether a signature is required for the specified log type.
Syntax
client server public static boolean signatureRequired(
DatabaseLogType _logType,
TableId _tableId,
container _changedFields)
Run On
Called
Parameters
- _logType
Type: DatabaseLogType Enumeration
The log type for the related DatabaseLog record.
- _tableId
Type: TableId Extended Data Type
The table ID of the calling table.
- _changedFields
Type: container
A list of the changed fields in the table.
Return Value
Type: boolean
true if a signature is required for the specified log type; otherwise, false.