We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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
Tera 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.