<?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 change a extension setting in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600776#M10949</link>
    <description>&lt;P&gt;My blame, after applying the patches in the right event it works.&lt;/P&gt;
&lt;P&gt;In the paint method, using an event when clicking a button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot Erik!!&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2019 08:19:45 GMT</pubDate>
    <dc:creator>IVAN-FELIPE</dc:creator>
    <dc:date>2019-07-10T08:19:45Z</dc:date>
    <item>
      <title>How to change a extension setting</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600336#M10931</link>
      <description>&lt;P&gt;Dear colleagues&lt;/P&gt;
&lt;P&gt;Is it possible to modify the extension settings without using the extension object properties panel?, and then persist the new values (do not disappearing when clicking on F5)?&lt;/P&gt;
&lt;P&gt;I just need a basic example about how to:&lt;/P&gt;
&lt;P&gt;- show a button on the front end (not extension properties panel)&lt;/P&gt;
&lt;P&gt;- click on a button and then modify one extension setting (just will make sense if you are on Edit mode)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This seems easy but I can't find any example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tryed a basic&lt;/P&gt;
&lt;P&gt;layout.myProperty = true; in my js code&lt;/P&gt;
&lt;P&gt;This just modify the properties temporarily but the new value does not persist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 11:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600336#M10931</guid>
      <dc:creator>IVAN-FELIPE</dc:creator>
      <dc:date>2019-07-09T11:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a extension setting</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600340#M10932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to use ApplyPatches:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/services-GenericObject-ApplyPatches.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/services-GenericObject-ApplyPatches.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 11:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600340#M10932</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-07-09T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a extension setting</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600386#M10936</link>
      <description>&lt;P&gt;Hi Erik&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, I believe I'm in the right path. But there are no good examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help, I'm trying to modify the property 'dimfields' of an extension:&lt;/P&gt;
&lt;P&gt;layout.backendApi.applyPatches([&lt;BR /&gt;{&lt;BR /&gt;"qPath": "/dimfields",&lt;BR /&gt;"qOp": "replace",&lt;BR /&gt;"qValue": "2"&lt;BR /&gt;} &lt;BR /&gt;], false);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I type the this code, nothing happens.&lt;/P&gt;
&lt;P&gt;Is it just a question about the qPath ? if the answer is yes, how can I find the right path ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 12:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600386#M10936</guid>
      <dc:creator>IVAN-FELIPE</dc:creator>
      <dc:date>2019-07-09T12:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a extension setting</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600393#M10937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can check the properties in the developer meny. Or you could use the Chrome extension I have developed:&lt;/P&gt;&lt;P&gt;&lt;A href="https://chrome.google.com/webstore/detail/add-sense/bbiljflfafkaejgdebbnmcohpidgkejj" target="_self"&gt;https://chrome.google.com/webstore/detail/add-sense/bbiljflfafkaejgdebbnmcohpidgkejj&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 12:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600393#M10937</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-07-09T12:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a extension setting</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600425#M10940</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Nice plugin, very useful, it worked for me, the right path/code was:&lt;/P&gt;
&lt;P&gt;this.backendApi.applyPatches([&lt;BR /&gt;{&lt;BR /&gt;"qPath": "/buttons/dimfields",&lt;BR /&gt;"qOp": "replace",&lt;BR /&gt;"qValue": "2"&lt;BR /&gt;} &lt;BR /&gt;], false);&lt;/P&gt;
&lt;P&gt;It changes the value of the setting, but unfortunately it loops, and repeats the process continuously.&lt;/P&gt;
&lt;P&gt;Any experiences with this issue?&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 13:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600425#M10940</guid>
      <dc:creator>IVAN-FELIPE</dc:creator>
      <dc:date>2019-07-09T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a extension setting</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600497#M10942</link>
      <description>&lt;P&gt;Are you doing this in the paint method? Perhaps you should check that the property does not already have the correct value? Or perhaps you should do it when the user clicks on a button, meny etc.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 15:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600497#M10942</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-07-09T15:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a extension setting</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600776#M10949</link>
      <description>&lt;P&gt;My blame, after applying the patches in the right event it works.&lt;/P&gt;
&lt;P&gt;In the paint method, using an event when clicking a button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot Erik!!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 08:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-change-a-extension-setting/m-p/1600776#M10949</guid>
      <dc:creator>IVAN-FELIPE</dc:creator>
      <dc:date>2019-07-10T08:19:45Z</dc:date>
    </item>
  </channel>
</rss>

