How can I set the field at “Read-Only” in a Modal which opens when adding or editing a field of the List, using Constellation?
Hi @MiyukiT16918491,
-
Go to App Studio and open the view used for the modal
-
Select the Field you want to make read-only
-
In the field configuration panel, set display mode to “Read-only”
-
Optional: To make the field read-only only during edit, use a condition like( .FieldName != “” or a When rule that detects if it’s in edit mode) and save the view.
Thanks,
Varshini D
I hope you’re referring to the Data reference in the landing page (Add/Edit Modal dialogs).
Please go to the Data Object → UX - > Other Views → Form → Create/Edit (make the readonly fields as per your requirement).
@RameshSangili
I appreciate your telling me a solution.
I learned a lot.
@VarshiniDasoju
Thank you for your advice.
I learned a lot.