I am building a low-code app in a newly installed DataMiner system with version 10.3.3. However, I cannot find the Form component needed to edit the instances. In the screenshot below, you can see side-by-side the components in ZiineDev and my new system. Notice the Button Pannel and Form components are missing.
Please indicate how to access these components. Is there a specific soft-launch option that needs to be activated? Or am I missing something else?
Considering this is a demo system, I want to use all the latest features in the App builder and DOM. What soft-launch options you recommend I enable?
Thanks in advance.
This is how I ended up configuring the file SoftLaunchOptions.xml:
<SLNet>
<DOMManager>true</DOMManager>
<GenericInterface>true</GenericInterface>
<ReportsAndDashboardsAlpha>true</ReportsAndDashboardsAlpha>
<ReportsAndDashboardsAutomationScript>true</ReportsAndDashboardsAutomationScript>
<ReportsAndDashboardsExport>true</ReportsAndDashboardsExport>
<ReportsAndDashboardsButtonPanel>true</ReportsAndDashboardsButtonPanel>
<ReportsAndDashboardsButton>true</ReportsAndDashboardsButton>
<ReportsAndDashboardsGQIMaps>true</ReportsAndDashboardsGQIMaps>
<ReportsAndDashboardsScheduler>true</ReportsAndDashboardsScheduler>
<UseWebIAS>true</UseWebIAS>
</SLNet>