In a low code app panel, I would like to show a limited form that only allows the user to see (and edit) a few Dom Fields that are part of a specific DomDef - DomSection.
I only found a means to display the full DomDef (including all sections + fields)
The panel only focusses on a specific set of data within that DomSection, so there is no point in showing everything.
Hi Mieke,
For a non-status system DOM definition, you should be able to hide the fields in a form by just setting the 'IsHidden' property on the FieldDescriptor to 'True'.
When using a status system DOM definition, you can do the same with the 'DomStatusFieldDescriptorLink'. There, you can set the 'Visible' bool to 'False'.
This should result in these fields being hidden from the forms. They can still be set/updated in scripts.