Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
erichuang
Contributor III
Contributor III

How to enable "On an External Event" in Reload Schedule with QMS API

Hi all,

Is it possible to use qms api to create a task with the option "On an External Event" in Reload Schedule? 

The following codes can create a task but not set the option as "On an External Event" in Reload Schedule.

----------------------------------------------------------------------------------------------------------

documentTask.QDSID = qGuid;

documentTask.Document = userDocumentNode;

documentTask.General = new DocumentTask.TaskGeneral();

documentTask.General.Enabled = true;

documentTask.General.TaskName = "Task3";

documentTask.General.TaskDescription = "Creating a task via QMS API";

documentTask.Scope = DocumentTaskScope.General;

 

Labels (1)
1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

I believe what you may need is here:

https://help.qlik.com/en-US/qlikview-developer/April2019/APIs/QMS+API/html/T_PIX_QMSAPI_DataObjects_...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

1 Reply
Brett_Bleess
Former Employee
Former Employee

I believe what you may need is here:

https://help.qlik.com/en-US/qlikview-developer/April2019/APIs/QMS+API/html/T_PIX_QMSAPI_DataObjects_...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.