Skip to content

Commit 81760ac

Browse files
Merge pull request #9265 from shripadpatil26/patch-1
AAT search functionality Update
2 parents 9ae0272 + aa49314 commit 81760ac

File tree

1 file changed

+18
-1
lines changed
  • content/en/docs/appstore/use-content/platform-supported-content/modules/advanced-audit-trail

1 file changed

+18
-1
lines changed

content/en/docs/appstore/use-content/platform-supported-content/modules/advanced-audit-trail/_index.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Features of Advanced Audit Trail include the following:
4040
* 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
4141
* Offers auditor interface to search through the external database (across entities)
4242
* 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
4445

4546
### Limitations
4647

@@ -198,6 +199,22 @@ The table below provides a detailed comparison between the Advanced Audit Trail
198199
| Additional custom data can be added to an audit trail snapshot (e.g. "on behalf of" in case of REST service)| Yes | No |
199200
| Built-in features for username and hash (e.g. password) scrambling| Yes | No |
200201

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+
201218
## Read More
202219

203220
[Consuming Add-on Modules and Solutions](/refguide/consume-add-on-modules-and-solutions/)

0 commit comments

Comments
 (0)