- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 06:10 PM
i want to add attachments from images table as source ,but i try the GlideSysAttachment AIP,and there're can't work,
is there any other ways to achieve this problem
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:52 PM
check this link
Image from db_image to attach on a particular record
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 11:06 PM
here is another ways , use API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 07:30 PM
what's your business requirement here to copy image from db_image to attachment table?
which table record you wish to copy the image and when should this be triggered?
are you saying you want to copy image from db image to an image type field on some table?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 09:55 PM
Thank you for helping me clarify my thoughts
When users use a rich text editor, they can choose to insert images.
One way to select an image is to select it from the dbo image table and display it in rich text content.
Due to my business needs, I need to convert images into base64 encoding format. However, there is no relevant interface provided for the 'db_image' file. Therefore, I would like to save the images to the attachment table and use the provided interface to convert them into base64 encoding format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:52 PM
check this link
Image from db_image to attach on a particular record
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 11:06 PM