Show message on top of landing page of legacy agent workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 06:51 AM
Hi All,
I want to add an announcement/message on top of the landing page of Legacy Agent Workspace.
Does anyone has ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2023 10:13 PM
Thanks @Samaksh Wani. Is there any way that we can do this on the landing page alone, instead of writing an onLoad Client script for all the records?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2023 03:18 AM
You can try accessing your page in the sys_ux_custom_content_root_elem table, from where you should have an option to switch to the 'old' UI Builder for Agent Workspace using a UI Action (Open in UI Builder).
However, when I tested this on my PDI, the page was restricted by a protection policy. You can give it a try, but there's a high chance you'll encounter the same issue as I did.
What I did manage to change was the label displayed on the homepage.
I achieved this by modifying the content in the Macroponent config field on the sys_ux_custom_content_root_elem table record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2023 10:12 PM
Thanks @Christian_ for this.