Data filter protocol
If not all data, but only certain data is to be transferred by the
audit, a process with the name process_auditfilter
can be created. In
it the same variables are available as in process_audit
. This process
must be set in the preferences in the properties
databaseAuditFilterProcess
, the name of the process can be chosen in
principle freely, but the default name is recommended. If nothing or
null is returned in this process, no data will be filtered.
The return value of this process is a map in the form
map[columnname] = value
.
Example
var map = [];
mal[columname] = value;
result.object(map);