Forum Discussion
Sharepoint list conditionnal inlineEditField
- Jul 12, 2022
JulienG_ this is not possible by design. Instead, you can setup multiple elements that display or hide based on status. Using your example, you would want to set up your json like the image below. Lines 1-8 show the element that is editable inline when [$Editable]=='Yes'. However, that field is "No" the editable element will not show (i.e. display is set to none) and the non-editable element will show up instead.
JulienG_ this is not possible by design. Instead, you can setup multiple elements that display or hide based on status. Using your example, you would want to set up your json like the image below. Lines 1-8 show the element that is editable inline when [$Editable]=='Yes'. However, that field is "No" the editable element will not show (i.e. display is set to none) and the non-editable element will show up instead.
- jphepp3Jun 10, 2024Copper ContributorRyan_Finance, that's very kind and I'm glad I could assist you. Best of luck!