Business Rule not working on Audit table

Abhishek Sharm1
Tera Contributor

Hi Experts,

 

I have created a after insert business rule on [sys_audit] table. But it is not working. 

3 REPLIES 3

AndersBGS
Tera Patron
Tera Patron

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/

I'm attempting to hit a Rest API for each and every entry related to a change request in sys_audit table

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.