Enable business rule on system tables

nateross1
Kilo Contributor

How do you enable a business rule to run on system tables.


For example, for syslog table, when I create a business rule that runs before insert, it will execute the business rule only if the syslog entry is created manually.   If it is created by the system, the business rule doesn't run.   Thanks!

6 REPLIES 6

nthumma
Giga Guru

you can take created by field as a condition, run the business rule if it's not created by 'system'. Please see below screen grab.


logtable.png


Thanks.   I want it to run for records created by system.   It seems to not pick up the records created by system.


nthumma
Giga Guru

Can you show the screenshot of your BR condition?


find_real_file.png



find_real_file.png