<?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 Re: How to make the ODAG function one-click in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2145603#M19587</link>
    <description>&lt;P&gt;Hi, @&lt;A class="fui-Link ___10kug0w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1hu3pq6 f11qmguv f19f4twv f1tyq0we f1g0x7ka fhxju0i f1qch9an f1cnd47f fqv5qza f1vmzxwi f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804" target="_blank" rel="noreferrer noopener" aria-label="リンク Alex_colombo"&gt;Alex_colombo&lt;/A&gt;. Thank you very much for your valuable advice.&lt;/P&gt;
&lt;P&gt;I understand that it is very difficult to implement, and I would like to ask you some additional questions. Regarding the first method (Monitor ODAG link requests and, as soon as an app is created, make navigation to the new app), I would like to receive more specific advice on the specific development flow and internal processing.&lt;/P&gt;
&lt;P&gt;In particular, I would appreciate it if you could tell me whether or not it is necessary to manipulate the settings of the Qlik development platform.&lt;/P&gt;
&lt;P&gt;Looking forward to hearing from you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 06:34:25 GMT</pubDate>
    <dc:creator>Tk_0021_GG</dc:creator>
    <dc:date>2023-12-08T06:34:25Z</dc:date>
    <item>
      <title>How to make the ODAG function one-click</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2144608#M19563</link>
      <description>&lt;P&gt;I want to implement a feature in Qlik Sense using an extension.&lt;BR /&gt;The feature I want to implement is to automatically transition to the new app screen once the new app is generated, instead of having to press the 'Open' button after the new app is generated, as is required with the default ODAG function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to ask about the implementation of Qlik Sense extensions.&lt;BR /&gt;I have something I want to implement with a Qlik Sense extension. With the default ODAG function, the following flow is necessary to transition to the newly created app:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Press the ODAG button → 'Creating a new app' pops up →&lt;BR /&gt;After 'New app has been generated' is displayed, press the 'Open' button → Transition to the new app screen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The function I want is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Press the ODAG button → 'Creating a new app' pops up →&lt;BR /&gt;Automatically transition to the new app screen once the new app is generated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In conclusion, I understand that you want to implement a feature in Qlik Sense using an extension.The feature I want to implement is to automatically transition to the new app screen once the new app is generated, instead of having to press the 'Open' button after the new app is generated, as is required with the default ODAG function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to implement this flow. I am thinking of using an extension to meet these requirements. I would appreciate it if you could give me some good ideas or methods.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 04:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2144608#M19563</guid>
      <dc:creator>Tk_0021_GG</dc:creator>
      <dc:date>2023-12-06T04:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the ODAG function one-click</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2144915#M19570</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/252142"&gt;@Tk_0021_GG&lt;/a&gt;&lt;/SPAN&gt; , here I see two options, both of them required an extension as you suggested, which will do:&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;Monitor ODAG link requests and, as soon as an app is created, make navigation to the new app (the quickest to develop)
  &lt;OL&gt;
   &lt;LI&gt;Needs to be addedd on all the sheet where you need to use it&lt;/LI&gt;
   &lt;LI&gt;Qlik developer has to set ODAG link in extension properties&lt;/LI&gt;
   &lt;LI&gt;Extension will not open new app immiadtley after the finish, it depends how frequently this code check ODAG links&amp;nbsp;&lt;/LI&gt;
  &lt;/OL&gt;&lt;/LI&gt;
 &lt;LI&gt;Create the entire ODAG process with the extension and at the end, when app is ready, make navigation to the new app (the longest to develop)
  &lt;OL&gt;
   &lt;LI&gt;Needs to be addedd on all the sheet where you need to use it&lt;/LI&gt;
   &lt;LI&gt;Qlik developer has to set ODAG link in extension properties&lt;/LI&gt;
   &lt;LI&gt;Needs to implement a user interface for managing created apps, similar to native functionality&lt;/LI&gt;
   &lt;LI&gt;Needs to be maintaned if something change from ODAG creation point of view&lt;/LI&gt;
   &lt;LI&gt;You are re writing code that already exist in the product, a part from the last part&lt;/LI&gt;
  &lt;/OL&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;As you can see, there are a lot of things to keep in mind and analyze. This brings me to challenge your requirement and try to stay with native functionality, which means to the user to make one more click to open the generated app, if possible of course.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 15:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2144915#M19570</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2023-12-06T15:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the ODAG function one-click</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2145603#M19587</link>
      <description>&lt;P&gt;Hi, @&lt;A class="fui-Link ___10kug0w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1hu3pq6 f11qmguv f19f4twv f1tyq0we f1g0x7ka fhxju0i f1qch9an f1cnd47f fqv5qza f1vmzxwi f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804" target="_blank" rel="noreferrer noopener" aria-label="リンク Alex_colombo"&gt;Alex_colombo&lt;/A&gt;. Thank you very much for your valuable advice.&lt;/P&gt;
&lt;P&gt;I understand that it is very difficult to implement, and I would like to ask you some additional questions. Regarding the first method (Monitor ODAG link requests and, as soon as an app is created, make navigation to the new app), I would like to receive more specific advice on the specific development flow and internal processing.&lt;/P&gt;
&lt;P&gt;In particular, I would appreciate it if you could tell me whether or not it is necessary to manipulate the settings of the Qlik development platform.&lt;/P&gt;
&lt;P&gt;Looking forward to hearing from you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 06:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2145603#M19587</guid>
      <dc:creator>Tk_0021_GG</dc:creator>
      <dc:date>2023-12-08T06:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the ODAG function one-click</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2146140#M19595</link>
      <description>&lt;P&gt;About developments flow, I can share with you the API that you have to call for monitoring the status of an ODAG request.&lt;/P&gt;
&lt;P&gt;You have to perform a GET call for having status and information about the ODAG link used by your app. The &lt;A href="https://help.qlik.com/en-US/sense-developer/November2023/Subsystems/ODAGserviceAPI/Content/methods-get-links-linkId-requests.htm" target="_blank"&gt;API end point&lt;/A&gt; is: https://&lt;STRONG&gt;_qlikServer_&lt;/STRONG&gt;/api/v1/links/&lt;STRONG&gt;{linkId}&lt;/STRONG&gt;/requests&amp;amp;pending=true&lt;/P&gt;
&lt;P&gt;This will provide to you if the ODAG requests is loading, success, failed or cancelled. At this point you know if the app is generated and you can open a new browser tab with new app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not necesseray to manipulate anything on the platform, you just need to call Odag service REST API.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 09:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-the-ODAG-function-one-click/m-p/2146140#M19595</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2023-12-11T09:07:03Z</dc:date>
    </item>
  </channel>
</rss>

