Forum Discussion
How to enable different users to edit different sections of a List form?
- Aug 19, 2022
Hello jamjar01
in SharePoint list form it's not possible to give permissions on fields. And in list form editing it's limited to show/hide fields based on permissions or rules: https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-conditional-show-hide
For your use case i recommend a Power Apps form, in there you have more possibilities to give teams the right view, based on rules you can use activ/inactiv controls or you can hide/unhide fields:
https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/customize-list-form
Hope this help.
Regards, Dave
Hello jamjar01
in SharePoint list form it's not possible to give permissions on fields. And in list form editing it's limited to show/hide fields based on permissions or rules: https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-conditional-show-hide
For your use case i recommend a Power Apps form, in there you have more possibilities to give teams the right view, based on rules you can use activ/inactiv controls or you can hide/unhide fields:
https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/customize-list-form
Hope this help.
Regards, Dave
- DaveMehr365Aug 19, 2022MVP
Hello jamjar01
you can create multiple screens in your app. Inside the app you can control multiple screens depending on field values or roles. You can also trigger or call Power Automate flows.
You can find a lot information about your use cases in the dedicated community: https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1
Regards, Dave