Run Business Rule Filed on Transform map Form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2023 10:18 PM
Hello Experts,
I saw the run business rule field on the transform map script. i know when its checked business rule will run but my doubt is when that business rule will execute. can anyone explain me small example?
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2023 10:49 PM
Hi @--oooo-- ,
The business rules will run when the trigger conditions are met (defined in 'when to run' section of a BR), it can be before/after - insert/update.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2023 10:53 PM
Hi @--oooo--
Each row in the import/excel is considered a record, so if you start importing a record:
1. All before Business Rules will execute before transforming the row to a record.
2. Once record is inserted, all the After BR will execute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2023 11:15 PM
Hello, @Deepak Negi what about async when the async business rule will run?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2023 11:39 PM
async will run whenever you do insert/update.
The process of BR execution will be the same either insert/update happens via transform map or from UI
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader