- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 02:45 AM
Dear all,
I have read that update set can capture Reports, tables...
Does it capture also Roles, Users, Task ?
regards
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 04:17 AM
Sorry for the confusion Scal,
I thought you were referring to 'A Task' rather than the Task table itself. The Task table won't be captured in an update set as it already exists but if you were to add a field to the Task table and you had an update set in progress and set to your current update set it would be captured.
Worfklows are also captured in update sets provided that they are published whilst you have an active update set. Schedules are not captured as this data rather than configuration. If you want to transfer data between instances you can do it via the Import / Export XML functionality, see the following Product Documentation for further information: Export and import XML files.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 03:15 AM
Hi Scal,
Update sets do not capture roles, users and tasks etc. Anything that is a configuration change is captured however anything that is transactional data is not. Please see the following Product Documentation for further information: Get started with update sets and Customizations tracked by update sets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 03:57 AM
Thanks for your reply then.
I am a bit confused then because I have read that tables gets capture in update set, but then you said task is not...But task is a table ?
what about then workflow and schedule ?
regrds

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 04:17 AM
Sorry for the confusion Scal,
I thought you were referring to 'A Task' rather than the Task table itself. The Task table won't be captured in an update set as it already exists but if you were to add a field to the Task table and you had an update set in progress and set to your current update set it would be captured.
Worfklows are also captured in update sets provided that they are published whilst you have an active update set. Schedules are not captured as this data rather than configuration. If you want to transfer data between instances you can do it via the Import / Export XML functionality, see the following Product Documentation for further information: Export and import XML files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 04:43 AM
thanks clear now
regards