<?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: Changes made with ApplyPatches() visible with getProperties() but not in the application in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533862#M22580</link>
    <description>&lt;P&gt;I've run into that issue as well. My workaround is that after ApplyPatches(), I GetProperties followed by SetProperties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why this is necessary, but that's what I do.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 22:37:50 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2025-10-20T22:37:50Z</dc:date>
    <item>
      <title>Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533853#M22579</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I've been messing around with enigma.js and wanted to try changing the title of a simple table.&lt;/P&gt;&lt;P&gt;I got the ID of the table and made sure not to set the boolean in ApplyPatches to true, meaning that the change should persist because it's not a soft patch. When looking at the properties of the table, I can see that the title I've chosen is there and I expected the title to also be visible when going into the app.&lt;/P&gt;&lt;P&gt;Am I missing something or does anyone know the reason why the title that I've passed with ApplyPatches and is now the title, according the engine, is not being shown? The path I used was "/title", which as far as I'm aware is the title that appears at the top of the visualisation when the hide title setting is not turned on.&lt;/P&gt;&lt;P&gt;Thanks for taking the time to read if you did and appreciate all replies!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 13:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533853#M22579</guid>
      <dc:creator>luke_brady</dc:creator>
      <dc:date>2025-10-20T13:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533862#M22580</link>
      <description>&lt;P&gt;I've run into that issue as well. My workaround is that after ApplyPatches(), I GetProperties followed by SetProperties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why this is necessary, but that's what I do.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 22:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533862#M22580</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-10-20T22:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533889#M22582</link>
      <description>&lt;P&gt;If you set the Boolean to "true", then that implies you are doing a soft patch which should not be persisted. So try setting it to "false" instead.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/json-rpc/qix/genericobject/#applypatches" target="_blank"&gt;https://qlik.dev/apis/json-rpc/qix/genericobject/#applypatches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 06:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533889#M22582</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2025-10-21T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533891#M22583</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the boolean is already empty, which defaults to "false", so it's not a soft patch. Soft patches are also not shown in getProperties(), only in getLayout().&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 07:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533891#M22583</guid>
      <dc:creator>luke_brady</dc:creator>
      <dc:date>2025-10-21T07:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533892#M22584</link>
      <description>&lt;P&gt;Ah, sorry... I missed the negation in your sentence there...&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 07:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533892#M22584</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2025-10-21T07:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533895#M22585</link>
      <description>&lt;P&gt;I think I'll give it a try too.&lt;/P&gt;&lt;P&gt;What parameters are you passing with SetProperties()?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Does this then change the title in real time that you can see it immediately in the app, in your experience?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 11:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533895#M22585</guid>
      <dc:creator>luke_brady</dc:creator>
      <dc:date>2025-10-21T11:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533945#M22587</link>
      <description>&lt;P&gt;In my experience, "ApplyPatches" sometimes works immediately and sometimes it takes some time. If you duplicate the app, the duplicate usually reflects the desired changes. Seems like there is some "server side" caching of the app. It does not seem to be caused by client browser caching, because switching to incognito mode so far has never solved the issue for me.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 11:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533945#M22587</guid>
      <dc:creator>gfuellerer</dc:creator>
      <dc:date>2025-10-21T11:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533964#M22588</link>
      <description>&lt;P&gt;I use a session object as a working object and then copy it's properties to my target object (obj). Like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;var sessionObject = await app.CreateGenericSessionObjectAsync(await obj.GetPropertiesAsync()); &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;await sessionObject.ApplyPatchesAsync(patches);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;var sessProps = await sessionObject.GetPropertiesAsync();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;sessProps.Info.Id = "";&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;await obj.SetPropertiesAsync(sessProps);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;await app.DestroyGenericSessionObjectAsync(sessionObject.Id);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;await app.SaveObjectsAsync();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Yes, it is reflected immediately across all sessions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 14:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533964#M22588</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-10-21T14:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changes made with ApplyPatches() visible with getProperties() but not in the application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533966#M22589</link>
      <description>&lt;P&gt;The issue may be that ApplyPatches() doesn't trigger the object change notification as SetProperties does.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 14:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changes-made-with-ApplyPatches-visible-with-getProperties-but/m-p/2533966#M22589</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-10-21T14:29:54Z</dc:date>
    </item>
  </channel>
</rss>

