This document describes how timeline attachments can be created, downloaded, and deleted.
Timeline attachments can be created in Exact Synergy Enterprise.
Note: Depending on your selection at Storage mode on the Attachment settings page, the attachments will be saved in the Attachments table if SQL storage is selected, and the attachments will be saved in the defined file location if File storage is selected. For more information on attachment settings, see Defining attachment settings.
You can use the “Binary” web service to chunk, and upload the files to the Exact Synergy Enterprise BinaryIncomingChunks table (this is a temporary storage table).
You can use the “FeedAttachment” web service to merge the chunks into a valid file, and save this file in the selected storage system (refer to the following image).
You can also create a timeline feed using the Feed Web API. To link the timeline feed to the attachments, you must reuse the same FeedID and AttachmentID.
The WebAPI URL used to upload the timeline feed attachments is:
You can view, and download the timeline feed attachments from the timeline if you have the rights to view the timeline.
You can use the “FeedAttachment” action service to download the attachments (refer to the following image). However, the following must be passed in:
The attachment name and MessageID will be returned.
Using the “Binary” service, and the given MessageID, you can retrieve the chunks, and merge them to get the original document.
The WebAPI URL used to download the timeline attachments is:
You can delete the uploaded attachments by clicking or Remove all. However, for a timeline feed that is already posted, the attachments that are linked to the timeline feed will be deleted when the timeline feed is deleted.
You can use the “FeedAttachment” action service to delete the attachments (refer to the following image). The following must be passed in: