I've table with 60+ fields and some related tables (parent-child relation).
Based on a status in the header table, the record in that table and the related records in the child tables should be made readonly in a layout procedure.
Is there option to make this in a ‘simple’ part of code without specifying all the fields separately?
Otherwise there is a risk when adding new fields, that these will be missed to make them also readonly.
Is this possible with dynamic model?
Thanks in advance!