- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 04:53 AM
i have a requirement to add header template to the Email client template. i was directly pasted the image in the Header part.
i am added attachments also in the updateset,
but after moving to the other environment the image as showing as the below screenshot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 05:09 AM
@VSN Attached image does not move through updateset.
Either,
1. navigate to sys_attachment.list, filter with sys_id of template in table_sys_id, move this xml to instance
2. navigate to sys_attachment_doc.list, and filter for Sys attachment with template sys_id
or ,
remove broken image and add on template.
Hope this will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 04:58 AM
Hi @VSN
This is happen because you don't have that image in your other environment, could you check and add same image in environment.
I hope this will resolve your issue.
Mark my answer helpful and correct if it helps you.
Thank you
Rajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 05:53 AM
i think image not prasented in the other environment. how to move it from dev to other environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 08:39 PM - edited 02-16-2023 08:47 PM
Hi @VSN
You can export the XML file for the required images and load that file in image table.
filter out your expected image on table.
export XML of image record
import the XML in your other environment.
Thank you
Rajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 05:09 AM
@VSN Attached image does not move through updateset.
Either,
1. navigate to sys_attachment.list, filter with sys_id of template in table_sys_id, move this xml to instance
2. navigate to sys_attachment_doc.list, and filter for Sys attachment with template sys_id
or ,
remove broken image and add on template.
Hope this will help you.