<?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: Custom app - How to get my settings natively in Gen3 settings app in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296427#M1641</link>
    <description>&lt;P&gt;So, the answer to my question is: convert schema based settings to widget based then it will automatically pop up in the new GEN3 settings (and also be available in Gen2)?&lt;BR /&gt;&lt;BR /&gt;I guess there is a small sample project available somewhere on github to show this works &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2026 17:18:01 GMT</pubDate>
    <dc:creator>SjoerdB</dc:creator>
    <dc:date>2026-03-19T17:18:01Z</dc:date>
    <item>
      <title>Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/293982#M1619</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I would like to upgrade my app to use the Gen3 settings instead of the "settings classic" for my application specific configuration.&lt;/P&gt;&lt;P&gt;What should I change to move to the new app?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SjoerdB_0-1769975917629.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31839i91CEE7918B55B311/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SjoerdB_0-1769975917629.png" alt="SjoerdB_0-1769975917629.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(as you can see, behind the [MMM] app, there is still an outgoing link symbol, instead of just opening the settings here)&lt;/P&gt;</description>
      <pubDate>Sun, 01 Feb 2026 19:59:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/293982#M1619</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-02-01T19:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/295074#M1628</link>
      <description>&lt;P&gt;Has anyone already done this?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 06:38:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/295074#M1628</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-02-23T06:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/295192#M1629</link>
      <description>&lt;P&gt;Hi SjoerdB,&lt;/P&gt;
&lt;P&gt;Are you creating your settings using&amp;nbsp;&lt;A href="https://developer.dynatracelabs.com/develop/sdks/client-app-settings-v2/" target="_self"&gt;https://developer.dynatracelabs.com/develop/sdks/client-app-settings-v2/&lt;/A&gt;&amp;nbsp;with schemas?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 11:40:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/295192#M1629</guid>
      <dc:creator>dani_coll</dc:creator>
      <dc:date>2026-02-24T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296001#M1636</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Yes. We define our app settings via a schema in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;settings/schemas&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(schemaId&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.company.app.settings&lt;/SPAN&gt;) and access them using App Settings V2.&lt;/P&gt;&lt;P class=""&gt;In the UI we use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;useSettingsV2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64071"&gt;@dynatrace&lt;/a&gt;-sdk/react-hooks&lt;/SPAN&gt;, and for direct settings object access we use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;appSettingsObjectsClient&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64071"&gt;@dynatrace&lt;/a&gt;-sdk/client-app-settings-v2&lt;/SPAN&gt;.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;CODE class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;const&lt;/SPAN&gt; { &lt;SPAN class=""&gt;data&lt;/SPAN&gt;: settingsData, isLoading, error } = &lt;SPAN class=""&gt;useSettingsV2&lt;/SPAN&gt;({ &lt;SPAN class=""&gt;schemaId&lt;/SPAN&gt;: &lt;SPAN class=""&gt;"com.company.app.settings"&lt;/SPAN&gt;, });&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Mar 2026 22:37:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296001#M1636</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-03-10T22:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296169#M1639</link>
      <description>&lt;P&gt;With this, it still remains a gen2 settings (classic)&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 15:07:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296169#M1639</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-03-14T15:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296388#M1640</link>
      <description>&lt;P&gt;Hi SjoerdB,&lt;/P&gt;
&lt;P&gt;We're working on AI support for app creation and it will have a widget skill. However, this will take time until it's released. &lt;BR /&gt;&lt;BR /&gt;Right now there's no low effort way to migrate schemas to widgets and you will have to create them on your own.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 09:22:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296388#M1640</guid>
      <dc:creator>dani_coll</dc:creator>
      <dc:date>2026-03-19T09:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296427#M1641</link>
      <description>&lt;P&gt;So, the answer to my question is: convert schema based settings to widget based then it will automatically pop up in the new GEN3 settings (and also be available in Gen2)?&lt;BR /&gt;&lt;BR /&gt;I guess there is a small sample project available somewhere on github to show this works &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 17:18:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296427#M1641</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-03-19T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296668#M1644</link>
      <description>&lt;P&gt;Why do you want the settings for your 3rd gen app to be available in Gen2?&lt;/P&gt;
&lt;P&gt;There is currently no sample project available. However, we do have on our roadmap the creation of sample apps to be hosted on github for developers to have a reference or starting point on different features.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 11:07:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296668#M1644</guid>
      <dc:creator>dani_coll</dc:creator>
      <dc:date>2026-03-25T11:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296723#M1645</link>
      <description>&lt;P&gt;I don’t need them in gen2, unless that would be required for managed…&lt;/P&gt;&lt;P&gt;i just want to be sure to cope with all types of tenants, including the gen3-only tenants.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 06:55:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296723#M1645</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-03-26T06:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296850#M1647</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/54539"&gt;@dani_coll&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I did some additional testing and can now reproduce the behavior consistently.&lt;/P&gt;&lt;P class=""&gt;What I tested:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;I created a minimal app settings schema with 3 fields:&lt;UL class=""&gt;&lt;LI&gt;one boolean&lt;/LI&gt;&lt;LI&gt;one string&lt;/LI&gt;&lt;LI&gt;one numeric field&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Storing and retrieving the settings works as expected.&lt;/LI&gt;&lt;LI&gt;In GEN2, the settings experience behaves normally.&lt;/LI&gt;&lt;LI&gt;In GEN3, schema-based settings still link back to the GEN2 settings page.&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;I then added a custom settings widget for the same schema, to see whether this would provide a native GEN3 settings experience.&lt;/P&gt;&lt;P class=""&gt;Observed behavior:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;In GEN2, behavior remains unchanged and still works as before.&lt;/LI&gt;&lt;LI&gt;In GEN3, instead of showing an external-link style fallback, I now see a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;navigation entry.&lt;/LI&gt;&lt;LI&gt;When I open that entry, I get an empty page.&lt;/LI&gt;&lt;LI&gt;In the browser console I see CSP-related errors, including a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;frame-ancestors&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;refusal for the widget URL under&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/widgets/settings/...&lt;/SPAN&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Example symptom:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;the widget is built and deployed&lt;/LI&gt;&lt;LI&gt;GEN3 attempts to open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/widgets/settings/&amp;lt;widget&amp;gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;the page stays blank&lt;/LI&gt;&lt;LI&gt;console shows CSP errors rather than a normal rendering failure&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;So from my perspective, the main question is:&lt;/P&gt;&lt;P class=""&gt;Are custom app settings widgets currently expected to work inside GEN3 Settings, or is this flow not yet supported?&lt;/P&gt;&lt;P class=""&gt;Right now it looks like:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;GEN2 fallback works&lt;/LI&gt;&lt;LI&gt;GEN3 detects the widget route&lt;/LI&gt;&lt;LI&gt;but embedding/rendering fails due to CSP restrictions&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;If helpful, I can also share a minimal repro repository.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 15:30:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296850#M1647</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-03-27T15:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296852#M1648</link>
      <description>&lt;P class=""&gt;Additional observation:&lt;/P&gt;&lt;P class=""&gt;GEN3 does resolve the app correctly through the App Engine registry and retrieves the isolated app URL successfully.&lt;/P&gt;&lt;P class=""&gt;Example:&lt;BR /&gt;&lt;SPAN class=""&gt;GET /platform/app-engine/registry/v1/apps/my.biz.ictcore.testbed?add-fields=isolatedUri&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;The response contains:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;isolatedUri.url&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;isolatedUri.baseUrl&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;isolatedUri.widgetUrl&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;So the issue does not seem to be app discovery or app registration.&lt;BR /&gt;GEN3 appears to resolve the app and its widget host correctly, but rendering the settings widget still results in an empty page.&lt;/P&gt;&lt;P class=""&gt;This suggests the problem is more likely in the GEN3 settings widget loading/integration path, for example:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;widget embedding&lt;/LI&gt;&lt;LI&gt;isolated widget host loading&lt;/LI&gt;&lt;LI&gt;CSP/runtime restrictions&lt;/LI&gt;&lt;LI&gt;or the current GEN3 support level for custom settings widgets&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;---&lt;/P&gt;&lt;P class=""&gt;Additional technical observation:&lt;/P&gt;&lt;P class=""&gt;The settings widget HTML is actually being loaded. The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/widgets/settings/testbed/&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page returns a valid HTML document with:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;lt;base href="/widgets/settings/testbed/"&amp;gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;the Dynatrace runtime bootstrap script&lt;/LI&gt;&lt;LI&gt;a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;lt;div id="root"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;the widget bundle&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;index.js&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;So the issue is not that the widget entry page is missing.&lt;/P&gt;&lt;P class=""&gt;It appears that GEN3 does reach the widget HTML, but the page still ends up blank during or after runtime bootstrapping.&lt;BR /&gt;This suggests the problem is likely in the GEN3 widget embedding/runtime initialization path rather than in the existence of the widget bundle itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 15:55:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/296852#M1648</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-03-27T15:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom app - How to get my settings natively in Gen3 settings app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/297205#M1649</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our team is working on the Settings app and we are currently in the process of creating customer facing documentation and how-to guides for customers building their own settings. It will take a bit longer to get everything finished and published tho.&lt;BR /&gt;&lt;BR /&gt;In the meantime, I can offer some help if building a settings widget is important and time relevant for you! If integrating into the Settings app is not so important and you can wait until the official documentation and tooling is released, I would suggest that you build the UI for your settings as part of your application. If this is done in a decoupled way, it can then be reused for the Settings app.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The first thing to note is that the new Settings app no longer provides an auto generated UI. This means that every app must build the relevant settings UI according to the schema they have.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The entries in the Settings app are called "settings widgets".&lt;BR /&gt;&lt;BR /&gt;The first step is to create the files and then register the widget:&lt;BR /&gt;&lt;BR /&gt;1. Files:&lt;BR /&gt;&amp;lt;app-root&amp;gt;/settings/your-settings.widget.tsx&lt;BR /&gt;&lt;BR /&gt;2.&amp;nbsp;app.config.json:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"app": {
  "settings": {
    "your-settings": {
      "name": "&amp;lt;Your-Widget-Name&amp;gt;",
      "description": "&amp;lt;User-Friendly-Description&amp;gt;",
      "schemaIds": ["&amp;lt;Your-Settings-Schema-Ids&amp;gt;"]
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file `your-settings.widget.tsx` can look something like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import { AppRoot } from '@dynatrace/strato-components/core';
import React from 'react';
import { YourSettingsFormContainer } from '../&amp;lt;your-app-code&amp;gt;';

const YourWidget = () =&amp;gt; {
  return (
    &amp;lt;&amp;gt;
      &amp;lt;ToastContainer /&amp;gt;
      &amp;lt;YourSettingsFormContainer /&amp;gt;
    &amp;lt;/&amp;gt;
  );
};

const rootElement = document.getElementById('root');
if (rootElement) {
  const root = ReactDom.createRoot(rootElement);

  root.render(
    &amp;lt;AppRoot&amp;gt;
      &amp;lt;YourWidget /&amp;gt;
    &amp;lt;/AppRoot&amp;gt;,
  );
} else {
  console.error('the root element is not defined');
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything in terms of permissions, validation, errors, navigation, etc must be handled. There will be some tooling to offer a consistent look &amp;amp; feel as well as some out of the box functionality.&lt;/P&gt;&lt;P&gt;I'll stop here for now. Please try the above suggestions and let me know if there's any other questions.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 14:00:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Custom-app-How-to-get-my-settings-natively-in-Gen3-settings-app/m-p/297205#M1649</guid>
      <dc:creator>pavbot</dc:creator>
      <dc:date>2026-04-02T14:00:12Z</dc:date>
    </item>
  </channel>
</rss>

