Business Rule to ensure it does not run against DISCOVERY, JAMF and SCCM integrations.

Para5
Tera Guru

Hello All,
We have one requirement to not run BR against some integration.

Update Business Rule to ensure it does not run against DISCOVERY, JAMF and SCCM integrations. Also, any future system built installed, and configurated integrations.

 

-> condition when to run that signifies a human is logged in

--> Use the advance scripting area to code interactive human session.

Thank you.



1 REPLY 1

Weird
Mega Sage

Using 

gs.getSession().isInteractive();

as a condition should restrict the BR to run only when an actual user is triggering it. REST and soap for example wouldn't be interactive, so it'll probably work in your usecase.