Are there any real use cases for using synchronous GlideAjax?

Suggy
Giga Sage

Are there any real use cases for using synchronous GlideAjax? If yes, can you share the scenarios.

 

Thanks in advance !!!

5 REPLIES 5

Runjay Patel
Giga Sage

Hi @Suggy ,

 

There are many example of synchronous GlideAjax

1. A user selects a category, and you need to fetch a list of subcategories immediately to populate another field dynamically. 

2. Prevent submission of a catalog request if a similar request is already open.

3. A user selects a group, and the script checks if the user belongs to that group before showing specific UI components.

 

Check Ajax call in details here: https://servicenowwithrunjay.com/glideajax-in-servicenow/

 

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------