<?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: SetAppProperties and full dynamic properties in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861634#M2935</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 also really would like if this feature is like the documentation. So please don't correct the documentation, please correct the software.&lt;/P&gt;&lt;P&gt;The Qlik Sense Desktop can handle it already right, so please do this also for the server version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 15:25:35 GMT</pubDate>
    <dc:creator>konrad_mattheis</dc:creator>
    <dc:date>2015-06-03T15:25:35Z</dc:date>
    <item>
      <title>SetAppProperties and full dynamic properties</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861630#M2931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to the Engine-Api documentation full dynamic properties are supported for apps. This works well in Qlik Sense Desktop but not for the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14327314921212643 jive_text_macro" jivemacro_uid="_14327314921212643"&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "handle": 1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "method": "SetAppProperties",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "params": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qProp": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qTitle": "",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qLastReloadTime": "",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description" : "xxx",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "grpTest" : "615"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The request is supposed to set the &lt;EM&gt;description&lt;/EM&gt; and the &lt;EM&gt;grpTest&lt;/EM&gt; property of the app. In Qlik Sense Desktop the values areS written as expected. Even JSON objects and lists can be save to arbitrary property names. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Qlik Sense Server the request is succesful but only &lt;EM&gt;description&lt;/EM&gt; is updated. &lt;EM&gt;grpTest&lt;/EM&gt; is not created at all. Updating the app using the repository services, selections and synthetics does not work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a different way to create properties with arbitrary names for an app on the server? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 13:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861630#M2931</guid>
      <dc:creator>agottwald</dc:creator>
      <dc:date>2015-05-27T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: SetAppProperties and full dynamic properties</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861631#M2932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, arbitrary dynamic properties are not supported for apps in server. The only dynamic properties you can use on server are "description" and "dynamicColor". No other dynamic properties will be persisted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our documentation does not seem to reflect this though, and we will make sure to update it accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing this out to us!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 10:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861631#M2932</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2015-06-02T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: SetAppProperties and full dynamic properties</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861632#M2933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a shame would have been nice seeing that added in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also had the need to save some arbitrary meta-data against our app, as a workaround we persisted a transient object instead. Downside is that you need a open app handle to access it, would have been nice to be able to get at it from the global scope.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 12:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861632#M2933</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-06-02T12:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: SetAppProperties and full dynamic properties</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861633#M2934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction: The are more dynamic properties available than the two I listed. The dynamic properties that are persisted are the ones used by the QRS which includes "description", "dynamicColor", "title" and a few others. But properties that the QRS does not care about are unfortunately discarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861633#M2934</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2015-06-03T11:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: SetAppProperties and full dynamic properties</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861634#M2935</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 also really would like if this feature is like the documentation. So please don't correct the documentation, please correct the software.&lt;/P&gt;&lt;P&gt;The Qlik Sense Desktop can handle it already right, so please do this also for the server version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 15:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861634#M2935</guid>
      <dc:creator>konrad_mattheis</dc:creator>
      <dc:date>2015-06-03T15:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: SetAppProperties and full dynamic properties</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861635#M2936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Short follow up on this thread: We have a feature request filed for the topic discussed above, and I will let you know when there is any progress in this area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 07:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861635#M2936</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2015-08-20T07:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: SetAppProperties and full dynamic properties</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861636#M2937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The list of which properties are persisted can be found at this location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Structs/NxAppProperties.htm" title="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Structs/NxAppProperties.htm"&gt;http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Structs/NxAppProperties.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SetAppProperties-and-full-dynamic-properties/m-p/861636#M2937</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2016-04-14T08:13:38Z</dc:date>
    </item>
  </channel>
</rss>

