Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/04/2024 10:03 AM
Hello, since we've updated to 24.4, we are unable to upload an image into SAVIYNT from the branding page. Before we would do that and after run this job to change the logo on the Security System so when the user does a request he can see the application logo.
Here is the Query : Execute Extension Queries **DEPRECATED** (CUSTOMQUERYJOB) and update endpoints set image_id='NomDuEndpoint.png' where
endpointname='NomDuEndpoint' limit 1;
So now how can we change the logo of a security system in 24.4 ?
Solved! Go to Solution.
06/04/2024 01:04 PM
File Format should be .svg and size as 400x400
Below steps :
Run query from enhanced query job.
Attribute | Value |
Job Name | EnhancedQuery_Update_Manual |
Job Type | Enhanced Query Execution |
Operation | Update |
Rollback on failure | ON |
Description | Application Tile Logos |
Select Query | SELECT ENDPOINTKEY AS ENDPOINTS__PRIMARYKEY, 'AWS.svg' AS ENDPOINTS__IMAGE_ID FROM ENDPOINTS where endpointname ='AWS' limit 1 |
06/05/2024 03:23 AM
There is no way in the Neo experience yet, as far as I know. There is a feature request in the ideas portal, that requested this: ARS - a standard admin way of uploading icons | Saviynt Ideas Portal
What you could try to do - but it is tedious - you can change back to the non-NEO Experience (unsure if that is still possible in 24.4), change the icon, and turn the NEO Experience back on.
06/05/2024 06:01 AM
That's what i taught, here is the visuel we now have
06/05/2024 06:04 AM
Currently there is no way to upload in NEO UI but as a workaround you can enable modern and upload logo and reenable NEO.
Uploading logo feature in neo will be available in future https://ideas.saviynt.com/ideas/EIC-I-5591