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.

Can we use glide ajax in business rule advance script

jobin1
Tera Expert

Hi All,

Can we use glide ajax in business rule advance script like below?

 

 

var jax = new GlideAjax("validatephone");

1 REPLY 1

OlaN
Giga Sage
Giga Sage

Hi,

The purpose of GlideAjax is to communicate data between server (database) and client (browser).

Since a business rule runs on server side, there is no need to call a GlideAjax.