Not applicable

Hi,

Firstly, did you try using other browsers? did you try clearing cache ?

secondly, 

Navigate to the sys_attachment table and  navigate to Configure > Security Rules

find_real_file.png

In the next list you have all the access controls available to execute the CRUD for the table. Group by Operation and focus on the READ ones

find_real_file.png

Create a new Access Control on READ similar to the next image

find_real_file.png

 

This will allow people to see any image or attachment used by service portal instances in general

About access controls..

  1. First of all you can release/restrict content so be very careful or you can show something that user are not allowed OR hide something that they can see.
  2. In order to create Access Controls you need to elevate your role to security admin

find_real_file.png

 

 

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

I have tried but no luck. 

Thank you for the information. 

Sebastian L
Mega Sage

In one of your widgets, you are writing: u_photo_image.toString(). Instead you need to write petsGr.getDisplayValue('u_photo_image'); 


Best regards,
Sebastian Laursen

View solution in original post

I see, thanks. I have to correct the code line  >>petsGr.getDisplayValue('u_photo_image'); ('Cape R")

to this

photo: petsGR.getDisplayValue('u_photo_image'),

 

I updated my two widgets with this information. 

 pet selection widget  changed code to ...

photo: petsGR.getDisplayValue('u_photo_image'),

 

my pet widget changed code to ...

photo: userPet.getDisplayValue('u_photo_image'),

 

The pictures displayed on both widgets. 

 

Thank you so much!!!!!

Awesome it worked! No worries 😄 


Best regards,
Sebastian Laursen