Business Rule not working on Audit table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2023 02:32 AM
Hi Experts,
I have created a after insert business rule on [sys_audit] table. But it is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2023 03:15 AM - edited 09-16-2023 03:16 AM
Hi @Abhishek Sharm1 ,
The sysaudit table contains flags that represent the database events that generate audit records, hence a business rule in my mind should not be created on the sys_audit table.
Can you please explain the business requirement? What is it that you try to obtain?
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2023 05:36 AM
I'm attempting to hit a Rest API for each and every entry related to a change request in sys_audit table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2023 06:11 AM
hi Abhishek,
Instead of audit why not then create a BR on update on change table. This can have the logic you are looking for.