How do I update the favicon for Agent Workspace?

Jonathan Gordon
Tera Contributor
 
2 REPLIES 2

Community Alums
Not applicable

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.

 

Has anyone tried this - does it work? I want to have some idea before I try it