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.

Business Rule

pansarepooj
Tera Contributor

How will you call BUSINESS RULE in client script? Tell different ways.

1 REPLY 1

J Siva
Kilo Patron
Kilo Patron

Hi @pansarepooj 

You cannot call business rule from any where.

If you are trying to run server script, then create client callable script include.

Use GlideAJAX in your client script to call the script include.

Regards,

Siva