- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 02:19 AM
Need to set transaction quota rule for a scheduled job called "clean expired rollback contexts". I want to understand how the conditions should be applied for it.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 03:19 AM
The easiest way to determine the condition is to run the job and view the transaction.
When you navigate to System Logs > Transactions it has a filter to only show user transactions. If you remove the filter you can then see non-interactive sessions.
You can open the transaction to view more details.
And your quota condition will then consist of the URL from the transaction record

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 03:19 AM
The easiest way to determine the condition is to run the job and view the transaction.
When you navigate to System Logs > Transactions it has a filter to only show user transactions. If you remove the filter you can then see non-interactive sessions.
You can open the transaction to view more details.
And your quota condition will then consist of the URL from the transaction record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 03:51 AM
Thanks!
This is really helpful.