How to display a popup on agent workspace landing page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 05:23 AM
Hi Everyone,
can anyone please help me on this, is that possible to display a popup message/alert on opening the Agent Workspace landing page (default landing page).
Thanks,
Mahesh
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2023 04:44 AM - edited 07-09-2023 04:44 AM
Hi, @Mahesh Pydisett You can do this with Client-side Scripting.
- Navigate to the Agent Workspace landing page configuration in ServiceNow.
- Add a client-side script to the landing page. This can be done by editing the landing page and adding a "Client Script" widget or using a UI Script.
- In the client-side script, use JavaScript functions like alert() or custom modal libraries (e.g., Bootstrap modal) to display the popup message or alert.
- Customize the content of the popup message or alert according to your requirements. You can display relevant information or instructions for the agents.
- Save the changes to the landing page configuration.