How do I update the favicon for Agent Workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 07:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 07:14 AM
Hi @Jonathan Gordon ,
- Login to the instance
- Change the application scope to the custom application scope in which the custom Workspace experience is created.
- Open the "UX Theme" record (Table: sys_ux_theme) which is applied to the custom workspace.
- Open the "UX Theme Assets" related list.
- Click on New
-In the 'Asset' field click on search icon "UX Theme Assets" list will be displayed.
- Click on New button to create a new asset (Table : sys_ux_theme_asset)
- Fill the mandatory fields and attach the logo image file which needs to be shown on browser tab.
- Click on Submit button.
- Now the 'UX Theme Asset' will be created in the custom application scope.
- In the 'Asset Properties' field, enter the below code .
{ "position": "favicon" }
-Click on Submit button and update the theme record.
- Now the logo on the browser tab will be changed to the attached asset file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 08:25 AM
Has anyone tried this - does it work? I want to have some idea before I try it