Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Using business rules with import sets

jonny1
Giga Contributor

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

edwin_munoz
Mega Guru

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