<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ExternalProgamTask in QMS API in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ExternalProgamTask-in-QMS-API/m-p/428925#M1334000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can access the External Program Tasks using QMS API. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a VC# program to scan through all the tasks and search for the Not Scheduled tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If found, I get the DocumentTask of the task using getDocumentTask() and make some changes. But the program fails when it encounters an External Program task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is, I cannot get an External Program Task using getDocumentTask().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>ExternalProgamTask in QMS API</title>
      <link>https://community.qlik.com/t5/QlikView/ExternalProgamTask-in-QMS-API/m-p/428925#M1334000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can access the External Program Tasks using QMS API. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a VC# program to scan through all the tasks and search for the Not Scheduled tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If found, I get the DocumentTask of the task using getDocumentTask() and make some changes. But the program fails when it encounters an External Program task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is, I cannot get an External Program Task using getDocumentTask().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExternalProgamTask-in-QMS-API/m-p/428925#M1334000</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: ExternalProgamTask in QMS API</title>
      <link>https://community.qlik.com/t5/QlikView/ExternalProgamTask-in-QMS-API/m-p/428926#M1334003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the following fragment to retrieve External Program Tasks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #2b91af;"&gt;TaskInfo&lt;/SPAN&gt; taskInfo = qmsApiClient.FindTask(qdsId, &lt;SPAN style="color: #2b91af;"&gt;TaskType&lt;/SPAN&gt;.ExternalProgramTask, taskName);&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 14:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExternalProgamTask-in-QMS-API/m-p/428926#M1334003</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2012-09-28T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: ExternalProgamTask in QMS API</title>
      <link>https://community.qlik.com/t5/QlikView/ExternalProgamTask-in-QMS-API/m-p/428927#M1334006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. That one worked and I am able to get the External task using FindTask() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, can you please suggest me some way to save an External Program Task!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched through the QMS API and could not find an equivalent to the saveDocumentTask() function which is used for saving the document task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 11:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExternalProgamTask-in-QMS-API/m-p/428927#M1334006</guid>
      <dc:creator />
      <dc:date>2012-10-01T11:26:32Z</dc:date>
    </item>
  </channel>
</rss>

