Business rule not triggered on flow engine log entry table

BijoyDeb
Tera Contributor

Hi All

 

I have created one after business rule on sys_flow_log table without any conditions

But it seems not triggering.

Add one log statement at the start in script, but didn't show up

What might be the reason for this

Can't we create BR on certain tables in servicenow?

3 REPLIES 3

Moin Kazi
Kilo Sage
Kilo Sage

Hi @BijoyDeb ,

 

Could you please verify whether you are triggering the Business Rule on insert or update? Typically, a log record is created only and is not updated later. so your BR should run on insert too.

 

Hope this help you.

 

Regards

Moin

I checked before after insert update everything. Seems BR restricted on this table

 

Ikr. Were you able to get a work around for this? @BijoyDeb