Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/06/2024 05:10 AM
Is there any guidance on how to update the application icons in V24.1 when using Access Request Neo Experience?
See below:
The lower icon was created when using application onboarding template.
I have seen the following steps in other posts for V23.x
1. Image size should be 400*400
2. Upload image from User Interface Branding Configuration -- Images Section
3. Run Update query on Endpoints (not available on UI now)
update endpoints set image_id='AWS_RV.png' where endpointname='AWS' limit 1;
4. Run Microservices Job
Are these steps still applicable? If so, where do we now upload an image? Branding interface is totally different in V24.1.
03/06/2024 06:13 AM
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 |
Upload images from Modern UI. Uploading images from NEO DOES NOT WORKS
03/06/2024 07:58 AM
For V24.1 would I upload logos below:
select statement would look something like:
SELECT ENDPOINTKEY AS ENDPOINTS__PRIMARYKEY,'azurelogo.png' AS ENDPOINTS__IMAGE_ID FROM ENDPOINTS where endpointname ='Microsoft-Azure' limit 1
A little confused about the following "Upload images from Modern UI. Uploading images from NEO DOES NOT WORKS"
03/12/2024 10:49 AM
Follow below steps
Images should be uploaded
03/13/2024 05:09 AM
Please vote for my idea in the ideas portal. This process is a nightmare. I previously had everything uploaded as PNG which I presume was the requirement. Now, I have to convert the pictures and do it all over again. Also, converting a small 400*400 picture to svg is not optimal, it has a lot of quality/color losses.
ARS - a standard admin way of uploading icons | Saviynt Ideas Portal
03/13/2024 06:27 AM
Image quality improved we have one time changed all images use below website to convert images
https://svgtrace.com/png-to-svg
03/13/2024 06:28 AM
Product officially does not support application logo functionality. This is way found and you need to use if you need to use functionality
03/28/2024 02:31 AM
Changing ARS icons is now on the roadmap. Link posted above by Stauber.
I can confirm that I was able to get this working in our DEV environment, thanks @rushikeshvartak and @Stauber for guidance.
However, as this is not a supported method and were warned by Saviynt that icon updates are done at our own risk, we will wait for this to be developed and supported in PROD environment.
03/28/2024 05:33 AM
Since its working please close this thread