SysSignatureSetup::getAuditedFields Method
Retrieves a list of fields for a specified tableID value and a database log type that is in the SysSignatureSetup table.
Syntax
server public static Map getAuditedFields(TableId _tableId, DatabaseLogType _logType)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the calling table.
- _logType
Type: DatabaseLogType Enumeration
The log type of the related DatabaseLog record.
Return Value
Type: Map Class
A map of the field IDs that are not system fields and are marked to be audited.