SharePoint List - conditional mandatory field& permission

Min 21 Reputation points
2022-04-28T11:34:23.493+00:00

Hi All,

I would like to learn how to make field ''resolution'' mandatory if ''status'' is complete.
I already have set up in the validation setting that the resolution field only appears if the status is complete, but I would like it to be mandatory.

Secondly, Is it possible to restrict users from modifying certain columns?
I have the following statutes -

Not started
Complete
On-Track
Off-Track
Roadblock
Owner action required
Pending requestor approval

I would like either users not allowed to modify the entire ''status'' column or the last two statuses (owner action required, pending requestor approval) will not be available in the drop-down selection but it gets changed to through power automate workflow.

thank you very much!
Min

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,231 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,706 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. sadomovalex 3,626 Reputation points
    2022-04-28T14:47:35.88+00:00

    for making field mandatory based on condition you may try to use field validation settings: Conditionally require column based on value of another.

    For second question: in OTB solution it is not possible to restrict user access to particular fields (smaller element which may have unique permissions assigned is list item). You may create custom form for submitting items to the list (e.g. using SPFx web part) and implement these advanced rules there. But it will require programming.

    0 comments No comments

  2. CaseyYang-MSFT 10,321 Reputation points
    2022-04-29T07:03:11.493+00:00

    Hi @Min ,

    Like sadomovalex said, there is no available ootb way to restrict users from modifying certain columns. But you could try to use PowerApps to customize list forms as a workaround.

    For Reference:
    How to provide different user permissions to columns in powerapps
    How to limit user to submit only 1 single entry, which means create 1 and can modified the created item multiple time


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.