Pop up in CSM workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 03:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 05:09 AM
Please use the below script in your UI action Workspace client script section
function onClick(g_form) {
g_modal.showFrame({title: 'Test Popup', url: 'show_alert.do', size:'sm'});
}
Note: show_alert.do is my UI Page here
Please refer the below article to learn more about objects that you can play around in the workspace client script.
https://community.servicenow.com/community?id=community_article&sys_id=a9b8e73c1b5e0110be4955fa234bcb11
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 05:39 AM
What is that testpopup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2022 09:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2022 06:12 PM
Can we make to create incident record using this pop up method?