How to populate user profile image from the backend on portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 12:03 AM
I want to load user images which can reflect on portal end. I can see the portal is picking it from live_profile table photo field. Could anyone assist on loading images into this table?
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 12:20 AM
Hi,
If you check the user profile widget on the service portal, it's calling an API for live profile table & getting the response within client-side code itself.
Once you have it, URL has been set it scope & it displays the image the on HTML page.
Reference: User profile widget
Please mark it correct/helpful based on the response.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 11:24 AM
Thanks for the response, question is how to load images to the live_profile table?