Business rule not triggered on flow engine log entry table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 12:38 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 12:56 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 01:00 AM
I checked before after insert update everything. Seems BR restricted on this table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 02:06 AM
Ikr. Were you able to get a work around for this? @BijoyDeb