Forum Discussion
Sam1209
May 12, 2020Brass Contributor
Make SharePoint Online list columns read only based on yes/no checkbox
I have 7 columns that I need to make Read Only (greyed out) as soon as the item is saved when "Field 7" is ticked (yes/no checkbox column). I have managed to make these 7 columns read only using ...
May 12, 2020
What about customizing the list form with PowerApps...by the way: are you using the classic experience of SPO?
- Sam1209May 12, 2020Brass Contributor
jcgonzalezmartin - we have considered using PowerApps, however due to several different factors we have decided against it, one being the high urgency of this request and the lack of experience we have in house of building PowerApps. The list we have currently works well in terms of user experience, so ideally want to keep it as similar as possible to how it currently is. If PowerApps is the only way then we will need to revisit this, but would be ideal if we could add some Javacript to the page to achieve this.
We are using modern experience, however the NewForm.aspx, EditForm.aspx and DispForm.aspx pages have all reverted to classic experience due to us having several script editor web parts embedded into each one.