Using business rules with import sets
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2015 12:14 PM
I would like to create a business rule that runs after an import finishes from a certain transform. I am not quite sure how to go about it. When it runs, I would like it to iterate through the import set log and pull information from it to create an incident.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2015 02:16 PM
Hello Jonny,
If you need a business rule you can create a business rule on the sys_import_set table and make it run after update when the state changes to processed.
Another approach is to use a onComplete script.Transform Map Scripts - ServiceNow Wiki