Does Roles and task gets capture in update set

wakespirit
Kilo Guru

Dear all,

I have read that update set can capture Reports, tables...

Does it capture also Roles, Users, Task ?

regards

1 ACCEPTED SOLUTION

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.

View solution in original post

5 REPLIES 5

Joel Millwood2
Kilo Guru

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.

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

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.

wakespirit
Kilo Guru

thanks clear now

regards