<?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 Custom extension not supported in new release in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Custom-extension-not-supported-in-new-release/m-p/1327924#M28915</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;I am using a very good custom extension which populate Sheet List in list box and user can navigate to different sheet by selecting items in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was working fine since Qlik upgrade to 2.3.SR4 version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that getAppObjectList() method is deprecated in new version and need to use getList() method instead. However there is no code available to implement getList method. I have tried using getList method but still getting an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kranti &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 09:41:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-24T09:41:31Z</dc:date>
    <item>
      <title>Custom extension not supported in new release</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-extension-not-supported-in-new-release/m-p/1327924#M28915</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;I am using a very good custom extension which populate Sheet List in list box and user can navigate to different sheet by selecting items in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was working fine since Qlik upgrade to 2.3.SR4 version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that getAppObjectList() method is deprecated in new version and need to use getList() method instead. However there is no code available to implement getList method. I have tried using getList method but still getting an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kranti &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 09:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-extension-not-supported-in-new-release/m-p/1327924#M28915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-24T09:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom extension not supported in new release</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-extension-not-supported-in-new-release/m-p/1327925#M28916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I haven't tried this, but it is pretty likely that this is because of the currApp bug described in this thread: &lt;A href="https://community.qlik.com/message/1266940"&gt;Re: Global Variable issue in QlikSense 3.2 SR3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can modify the source code of the extension you could try this:&lt;/P&gt;&lt;P&gt;- check if the extension uses the call &lt;STRONG&gt;qlik.currApp(this)&lt;/STRONG&gt; (could be another parameter than this)&lt;/P&gt;&lt;P&gt;- if it does remove the parameter from all currApp calls&lt;/P&gt;&lt;P&gt;- save&lt;/P&gt;&lt;P&gt;- refresh the browser cache and test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps - please let us know if it does&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 11:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-extension-not-supported-in-new-release/m-p/1327925#M28916</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-05-24T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom extension not supported in new release</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-extension-not-supported-in-new-release/m-p/1327926#M28917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have removed the parameter &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;qlik.currApp(&lt;SPAN style="text-decoration: line-through;"&gt;this&lt;/SPAN&gt;). &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and perform the steps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This resolved the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for your support!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Kranti&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 12:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-extension-not-supported-in-new-release/m-p/1327926#M28917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-24T12:34:17Z</dc:date>
    </item>
  </channel>
</rss>

