- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 10:57 PM
Hi Team,
i need to implement related link on the user profile when Servicenow support team clicks on the related link it should show results(servicenow ,AAD integration current user details )AAD integration result in window .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 03:33 AM
I already informed please use GlideAjax and get the response and then pass it to modal.
RESTMessageV2 is server side and GlideModal can be invoked only from client side.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 11:10 PM
GlideModal is latest class and is replacement to GlideDialogWindow and GlideWindow. It has lot more features when it comes to UI pages rendering compared to older class.
GlideDialogWindow is deprecated and not recommended to use.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 11:19 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 02:12 AM
Hi @Ankur Bawiskar ,
Thank you quick help ,and saving my time to switch GlideModal class.
Could you please help me how i can get GlideModal class preferences (which i set in the UI action script) in the UI page ?
For example i have below script in my UI action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 02:11 AM
Hi @Ankur Bawiskar ,
Thank you quick help ,and saving my time to switch GlideModal class.
Could you please help me how i can get GlideModal class preferences (which i set in the UI action script) in the UI page ?
For example i have below script in my UI action.