- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 11:06 PM
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
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
Create a new Access Control on READ similar to the next image
This will allow people to see any image or attachment used by service portal instances in general
About access controls..
- 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.
- In order to create Access Controls you need to elevate your role to security admin
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 11:46 PM
I have tried but no luck.
Thank you for the information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 12:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 07:37 AM
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!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 07:44 AM
Awesome it worked! No worries 😄
Best regards,
Sebastian Laursen