How to set a field of the List at "Read-Only" in Constellation

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,

  1. Go to App Studio and open the view used for the modal

  2. Select the Field you want to make read-only

  3. In the field configuration panel, set display mode to “Read-only”

  4. 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

@MiyukiT16918491

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.