You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/advanced-audit-trail/_index.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ Features of Advanced Audit Trail include the following:
40
40
* Supports decoupling—when the external system cannot be reached, the snapshots will be stored in the local database, thus ensuring that the main system will keep on working without a dependency on the external database
41
41
* Offers auditor interface to search through the external database (across entities)
42
42
* Supports full-text search on data and search on changed data
43
-
* supports configuring different permissions for audit data for different users
43
+
* Supports configuring different permissions for audit data for different users
44
+
* Provides support for advanced filtering in search criteria
44
45
45
46
### Limitations
46
47
@@ -198,6 +199,22 @@ The table below provides a detailed comparison between the Advanced Audit Trail
198
199
| Additional custom data can be added to an audit trail snapshot (e.g. "on behalf of" in case of REST service)| Yes | No |
199
200
| Built-in features for username and hash (e.g. password) scrambling| Yes | No |
200
201
202
+
## Search Criteria and Advanced Filtering
203
+
204
+
The updated search functionality supports both exact matches and flexible filtering based on field type:
205
+
206
+
* Exact Match Fields
207
+
208
+
***Execution-ID**, **Transaction-ID**, Search for object **By code**, and **By GUID** – Use exact values for these fields to ensure precise results.
209
+
***Environment to search in** and **Limit** – Specify the target environment and set the maximum number of results.
210
+
***Time window** – Define a **Start** and **End** time with an option to **Sort by timestamp** (*Ascending* or *Descending*).
211
+
***Object is created** and **Object is deleted** – Include or exclude records based on their created or deleted state using Boolean fields.
212
+
213
+
* Flexible Match Fields
214
+
215
+
* Search for object **By entity**, **Username**, and **Role** – Search using partial matches for entity types, usernames, and user roles.
216
+
***Additional information** and **Stack trace** – Include supplementary data to refine your search.
217
+
201
218
## Read More
202
219
203
220
[Consuming Add-on Modules and Solutions](/refguide/consume-add-on-modules-and-solutions/)
0 commit comments