Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Run Business Rule Filed on Transform map Form

--oooo--
Tera Contributor

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.

8 REPLIES 8

Karan Chhabra6
Mega Sage

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!

Deepak Negi
Mega Sage
Mega Sage

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

 

Hello, @Deepak Negi what about async when the async business rule will run?

@--oooo-- 

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader