Show message on top of landing page of legacy agent workspace

SaileshJingade
Tera Contributor

Hi All,

 

I want to add an announcement/message on top of the landing page of Legacy Agent Workspace.

 

Does anyone has ideas?

 

SaileshJingade_0-1696600276987.png

 

7 REPLIES 7

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?

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.

Christian__0-1696673816807.pngChristian__1-1696673853555.png

 

Thanks @Christian_ for this.