Event fired by is approval events (Non-Task) what is this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 03:44 AM
Hi All,
One event is fired by approval events (Non-Task) what is that I'm not understanding in which case this will trigger.
Please find bleow snip for your reference.
please let me know in which case this will trigger.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 05:44 AM
The BR condition
(current.source_table != '' && new TableUtils(current.source_table).getAbsoluteBase() != 'task') && current.state.changes()
current.source_table != '' <- Source Table for the approval is not empty
new TableUtils(current.source_table).getAbsoluteBase() != 'task' <- The base table, if the table is extended, is not one of 'task'
current.state.changes() <- State value changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 04:26 AM
'approval events (Non-Task)' is a business rule. You will find the events in there.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 05:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 05:46 AM
Even with downloading and zooming in, I can't read what your screenshot says.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 04:33 AM
Hi @Sirri ,
Fired By field is used to determine from which script or business rule the event was triggered in your case its being triggered from Business rule "approval events (Non-Task)" .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang