What is the use of com.glide.update.UpdateSetAjax Processor?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 09:34 PM
Hi All,
Can any one explain what is the use of the processor com.glide.update.UpdateSetAjax Processor?
ServiceNow Commnunity MVP -2018 class.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 09:58 PM
<instance_name>.service-now.com/sys_ui_action_list.do?sysparm_query=sys_idIN1b7ca303bf1001001875647fcf073948%2C28928232c3210100bac1addbdfba8f3d
These are two UI actions on sys_update_set_source which leverage com.glide.update.UpdateSetAjaxProcessor.java
It basically tests the connection for the update source, and if the test passes, changes the current hub and returns the ID of the progress worker that is running the reconcile.
Vab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 10:05 PM
Hi Vab Singnal,
Thanks for the reply,
What are the roles required other than admin role , because we have a requirement to test the instance test connection authentication from a fulfiller user(who has custom role)?
ServiceNow Commnunity MVP -2018 class.