- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Remote Tasks are used to connect tasks between two ServiceNow instances. These tasks can be any task in a ServiceNow instance such as incident, problem, change, case, etc. The connection is defined in the Remote Task Definition.
When the connection is made Service Bridge (v1 or v2) does not send attachments that exist on a task before the connection is made. This is by design for security reasons. Because many different providers can be connected to a single task over time, it was decided not to assume all attachments should be shared.
To sync existing attachments, the following Flow can be created in the Provider instance, Consumer instance, or both. If the instance which initiates the Remote Task has the Flow, then all attachments on the task will be synced.
Note: Based on feedback this post has been updated to use a flow instead of a business rule. An update set containing this Flow is included with this post. This is a custom solution not included in the Service Bridge application and is provided "AS-IS". Ensure to test thoroughly before implementing a solution in a production environment.
Flow - Copy Attachment from Parent
Flow Properties
Flow Trigger
Flow Action 1
Flow Action 2
Flow Action 3
- 1,930 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.