Images which are captured in the update sets are not visible after committing the update sets in another instanceIssue Images which are captured in the update sets are not visible after committing the update sets in another instanceCauseThe attribute 'synch_attachments' is not set to true for the table in which the attachments are missingResolutionAdd the synch_attachments=true Dictionary attribute to the table whose record attachments should be included in an update set. To perform this workaround, perform these steps: Log in to the instance with an admin account.Navigatet to: System Definition > Dictionary. A list of dictionary records should appear. Using the search filter, locate the name of the table which has the attachments which are not being retained in the Update Set. There will probably be multiple records that fulfill these criteria. Ensure to select the record in the list of type Collection.If the record does not appear to be editable, you may need to first elevate your role to security_admin.Click the Advanced View related link to access additional fields and properties for this record.Add the following text to the Attributes field. If this field is empty, simply add the text in the field as-is. However, if there is already text in this field (other attributes), add the text with a leading semicolon (;synch_attachments=true).synch_attachments=trueClick the Update button to save the record.Log out and back into the instance and try again to include the images in an update set and move the update set to the other instance.Related LinksSee Dictionary attributes to know more details about the attribute 'synch_attachments'