<?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 create app navigation link object in an app via qliksense.net sdk in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-create-app-navigation-link-object-in-an-app-via-qliksense/m-p/2495064#M21589</link>
    <description>&lt;P&gt;I can't say I know much about this part of the API, but I see the "qMetaDef" property contains a timestamp as well. Don't know if it will make a difference or not though, but could be worthwhile to try setting one. It's a Unix timestamp (ms since 1 January 1970).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ystein_Kolsrud_0-1732783507678.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174955i8908164F580E9219/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ystein_Kolsrud_0-1732783507678.png" alt="ystein_Kolsrud_0-1732783507678.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, you need to enable ODAG in your tenant, but I kind of assume you have already done that?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2024 08:46:07 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2024-11-28T08:46:07Z</dc:date>
    <item>
      <title>How to create app navigation link object in an app via qliksense.net sdk</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-create-app-navigation-link-object-in-an-app-via-qliksense/m-p/2495013#M21585</link>
      <description>&lt;P&gt;I am able to create a new odag link via odag service api. But now I want to create an app navigation link object in the app UI pointing to this link created. And also I need to create a navigation point object in some of the sheets. How to do this via the QlikSense.Net SDK.&lt;BR /&gt;I have tried creating a generic object like this, but it is not reflecting in the app.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;var qMetaDefAbs = new AbstractStructure();
qMetaDefAbs.Set&amp;lt;string&amp;gt;("odagLinkRef", "the-link-id-created");
var prop = new GenericObjectProperties();
prop.Info = new NxInfo()
{
Type = "odagapplink",
};
prop.Set&amp;lt;AbstractStructure&amp;gt;("qMetaDef", qMetaDefAbs);
var result = app.CreateGenericObject(prop);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;am I missing something here ?&lt;BR /&gt;Any insights, experiences, or example resources you can share on this would be much appreciated.&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 05:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-create-app-navigation-link-object-in-an-app-via-qliksense/m-p/2495013#M21585</guid>
      <dc:creator>rob_geo4</dc:creator>
      <dc:date>2024-11-28T05:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create app navigation link object in an app via qliksense.net sdk</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-create-app-navigation-link-object-in-an-app-via-qliksense/m-p/2495064#M21589</link>
      <description>&lt;P&gt;I can't say I know much about this part of the API, but I see the "qMetaDef" property contains a timestamp as well. Don't know if it will make a difference or not though, but could be worthwhile to try setting one. It's a Unix timestamp (ms since 1 January 1970).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ystein_Kolsrud_0-1732783507678.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174955i8908164F580E9219/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ystein_Kolsrud_0-1732783507678.png" alt="ystein_Kolsrud_0-1732783507678.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, you need to enable ODAG in your tenant, but I kind of assume you have already done that?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 08:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-create-app-navigation-link-object-in-an-app-via-qliksense/m-p/2495064#M21589</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2024-11-28T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create app navigation link object in an app via qliksense.net sdk</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-create-app-navigation-link-object-in-an-app-via-qliksense/m-p/2495261#M21596</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;. &lt;BR /&gt;Yes. Certainly ODAG is enabled. &lt;BR /&gt;I've tried setting timestamp as well, but it is not making any difference as you expected.&amp;nbsp;&lt;BR /&gt;Can i do it using &lt;SPAN&gt;Qlik Sense REST&lt;/SPAN&gt; api ?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 06:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-create-app-navigation-link-object-in-an-app-via-qliksense/m-p/2495261#M21596</guid>
      <dc:creator>rob_geo4</dc:creator>
      <dc:date>2024-12-02T06:43:44Z</dc:date>
    </item>
  </channel>
</rss>

