<?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 do I use custom properties on on-demand generated apps? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112581#M7741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/230809"&gt;mborsadw&lt;/A&gt;: So this has been a historical issue, generally. In looking into the ODAG scenario specifically, there looks to be a change in Qlik Sense February 2018 which &lt;EM&gt;is&lt;/EM&gt; copying the custom properties applied to the template app:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="diff2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208848_diff2.png" style="height: 262px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 14:11:35 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2018-07-25T14:11:35Z</dc:date>
    <item>
      <title>How do I use custom properties on on-demand generated apps?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112578#M7738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ODAG and I have a Selection app and a Template app. I have defined a custom property 'ODAGTemplate' on the App resource with available values of 'true' and 'false'.&lt;/P&gt;&lt;P&gt;I have set the ODAGTemplate custom property value to 'true' on the Template app.&lt;/P&gt;&lt;P&gt;When the on-demand app gets generated from the Template app, the generated app is missing the custom property values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the generated app is not copying the custom property values from the Template app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using November 2017 (without any patches)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Mufaddal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/184092"&gt;ltu&lt;/A&gt;‌ , have you seen this issue before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 20:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112578#M7738</guid>
      <dc:creator>mborsadw</dc:creator>
      <dc:date>2018-07-20T20:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use custom properties on on-demand generated apps?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112579#M7739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these details &amp;amp; modify accordingly:&lt;/P&gt;&lt;P&gt;1)Create a custom “ODAGTemplate” property&lt;/P&gt;&lt;P&gt;a)In QMC, go to Start-&amp;gt;Custom Properties&lt;/P&gt;&lt;P&gt;b)Click on “Create new”&lt;/P&gt;&lt;P&gt;c)Set “Name” to “ODAGTemplate”&lt;/P&gt;&lt;P&gt;d)Check the “App” resource type&lt;/P&gt;&lt;P&gt;e)Add Values: “true” and “false”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Assign ODAGTemplate = “true” on all template apps&lt;/P&gt;&lt;P&gt;a)In QMC, go to Start-&amp;gt;Apps&lt;/P&gt;&lt;P&gt;b)Select your template app from the list&lt;/P&gt;&lt;P&gt;c)Click on “Edit”&lt;/P&gt;&lt;P&gt;d)Check “Custom Properties”&lt;/P&gt;&lt;P&gt;e)Under “Custom Properties”, set ODAGTemplate = “true”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Modify “Stream” Security Rule test for ODAGTemplate=”true”&lt;/P&gt;&lt;P&gt;a)In QMC, go to Start-&amp;gt;Security Rules&lt;/P&gt;&lt;P&gt;b)Select the “Stream” security rule&lt;/P&gt;&lt;P&gt;c)Click on “Edit”&lt;/P&gt;&lt;P&gt;d)Under the advanced section, change the security from:&lt;/P&gt;&lt;P&gt;(resource.resourcetype = "App" and &lt;/P&gt;&lt;P&gt;resource.stream.HasPrivilege("read")) or &lt;/P&gt;&lt;P&gt;((resource.resourcetype = "App.Object" and resource.published &lt;/P&gt;&lt;P&gt;="true" and resource.objectType != "app_appscript") and &lt;/P&gt;&lt;P&gt;resource.objectType != "loadmodel") and &lt;/P&gt;&lt;P&gt;resource.app.stream.HasPrivilege("read"))&lt;/P&gt;&lt;P&gt;to the following (the red text is added):&lt;/P&gt;&lt;P&gt;(resource.resourcetype = "App" and &lt;/P&gt;&lt;P&gt;resource.stream.HasPrivilege("read")) or &lt;/P&gt;&lt;P&gt;((resource.resourcetype = "App.Object" and resource.published &lt;/P&gt;&lt;P&gt;="true" and &lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;resource.objectType !&lt;/P&gt;&lt;P&gt;= "app_appscript" &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;resource.App.@ODAGTemplate = "true")&lt;/P&gt;&lt;P&gt;and resource.objectType != &lt;/P&gt;&lt;P&gt;"loadmodel") and resource.app.stream.HasPrivilege("read”))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 11:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112579#M7739</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-21T11:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use custom properties on on-demand generated apps?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112580#M7740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2018/pdf/User%20Guide%20%E2%80%93%20OnDemandApplicationGeneration%20Extension.pdf" title="https://help.qlik.com/en-US/sense-developer/June2018/pdf/User%20Guide%20%E2%80%93%20OnDemandApplicationGeneration%20Extension.pdf"&gt;https://help.qlik.com/en-US/sense-developer/June2018/pdf/User%20Guide%20%E2%80%93%20OnDemandApplicationGeneration%20Exte…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 11:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112580#M7740</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-21T11:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use custom properties on on-demand generated apps?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112581#M7741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/230809"&gt;mborsadw&lt;/A&gt;: So this has been a historical issue, generally. In looking into the ODAG scenario specifically, there looks to be a change in Qlik Sense February 2018 which &lt;EM&gt;is&lt;/EM&gt; copying the custom properties applied to the template app:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="diff2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208848_diff2.png" style="height: 262px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 14:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112581#M7741</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-07-25T14:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use custom properties on on-demand generated apps?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112582#M7742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Levi.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In November 2017, I see that custom property values are lost even while duplicating a regular (non odag) app. Is this fixed in Feb2018 patch2?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;June 2018 has the same issue where custom property values are lost while duplicating a regular app.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 14:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112582#M7742</guid>
      <dc:creator>mborsadw</dc:creator>
      <dc:date>2018-07-25T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use custom properties on on-demand generated apps?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112583#M7743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be honest, regular duplications look to be treated differently than ODAG duplication so it looks like functionality was added to the Product.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-use-custom-properties-on-on-demand-generated-apps/m-p/112583#M7743</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-07-26T18:59:14Z</dc:date>
    </item>
  </channel>
</rss>

