Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unable to create a distribution list on a new task through the API

Hi,

we have a business case to copy a task from environment A to environment B, so we basically do that by providing a UI that allows a user to select a task from env A and configure a list of named users permissable for environment B.

in the backend this is translated into two QMC API objects source and destination, which we then merge by setting the relevant fields on the destination documenttask, and manually recreating the Distribute property. Unfortunately when I do that the distribution entry is not shown on QMC and I have no idea why.

We use a generic QlikViewHelper class to wrap calls to the QMC API.

All classes in use are provided as attachments.

Any chance you guys can shed some light? I noticed on another thread there are inconsistencies in behaviour from the API that are triggered by unrelated fields to the ones you are trying to set, so that might perfectly be the case here.

12 Replies
agomes1971
Specialist II
Specialist II

Nice

Not applicable
Author

How did you check this?

Thanks,

Joe

Not applicable
Author

I would also like to know where did you see/change this?