I have a Low-Code App (LCA) page with a Form in a page. I need that form to be read-only to let the user see the DOM information but the Read-only option is not available for that LCA.
I validate my DataMiner version and it is higher than the minimum required versions to have that feature available on LCAs.
Is there an extra option I could use to show the DOM information without creating an script?
Hi German,
There are two possible reasons for this issue:
-
You're opening this in Dashboards, which only supports read-only behavior. Editing is reserved for Low-Code Apps, so the option is unavailable in Dashboards.
-
The component has only been assigned a DOM definition as data, allowing only the creation of a new instance. This makes the read-only option irrelevant. If the form is linked to a feed (e.g., a table selection), ensure you select an entry in the table before configuring the option.
I already fixed it. The error was that the form was associated to the DOM Definition and the Table. I removed the DOM Definition and the read-only option is available now. Thanks.
Hi Sebastiaan,
I have implemented the second option, the form is linked to a table and when selecting a row, it shows the row data on the form but the option is not presented on the Layout tab. I am using DataMiner version 10.5.2, so it is weird that the option is not there.