Trigger a Business Rule based on event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 04:54 PM
Hi,
I am trying to generate a notification based on record inserted in sys_data_source table provided it has a matching attachment record in sys_attachment table. the problem is record in sys_data_source is inserted but the sys_attachment table is updated after sometime so my question is, is there a way i can trigger the business rule based on an event generated by sys_attachment? Please suggest a better approach
Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 04:59 PM
Hi John,
Did you try with "OnComplete" transform script. The onComplete event script is processed at the end of an import run, after all data rows are read and transformed.
http://wiki.servicenow.com/?title=Transform_Map_Scripts#gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 09:57 PM
Hi,
Approach would be to generate a notification based on the event and that event can be called from BR if the table has been inserted/updated.
Thanks
Akhil
Hit Like/Helpful/Correct, if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 10:00 PM
Go for script action for firing server side scripts based on an event.