How to make a read-only field in Sitecore?

In my User template, I have a userid field, which is a Single Line Text control. I want this read-only field for all custom elements created using this template. How can i do this?

+7
sitecore
source share
1 answer

Open the security editor, select the role that you want to provide read-only. Make sure that there are fields in the security editor that are read by en Field Write volumns (open the "Columns" option in the header menu).

Display the Field Read and Field write columns

Then disable the field entry for the selected field. Repeat this for every other role that you want to provide read-only.

enter image description here

Check access for a specific user / role in the access viewer.

+10
source share

All Articles