- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2015 11:51 AM
Does anyone know where and/or how user images are saved in ServiceNow?
This is the field photo on the sys_user table. This dictionary type extends the String type of field.
It may be my assumption that this field (as a string) is just translated binary and that the images aren't saved like that are saved in the db_image table.
I'd like to know if I'm on the right track or if this is totally off.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2015 11:57 AM
They are stored in the sys_attachment table like all other attachments. Here is an example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 09:30 AM
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2023 06:41 AM - edited ‎07-20-2023 06:42 AM
Thank you for this information! Recently, I was looking for related pictures as well, thus stock photography came in handy. The fact that there are choices and many different images, such as upscale photo, is fantastic. I only choose the best and highest-quality solutions since I am picky and frequently do so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2023 06:49 AM
Thanks for the clarification