We have this high level business process specifications:-
1) Any users inside our organization can create a new request.
2) The system will send an email to the user's direct manager to approve or reject. this can be done using a "Manager Approval" drop-down list which have 2 options "Approve" & "Reject"
3) If the request type is "Financial"
4) The Financial manager need to approve this request as well, after the manager approval. this can be done using a "Financial Manager Approval" drop-down list which have 2 options "Approve" & "Reject"
5) Once approved by the Financial manager or the manager (incase it is not financial request) the request will be closed.
6) Closed requests can not be modified by any user or manager.
now we want to implement these restrictions as well:-
1) when the process is assigned to the manager or the financial manger then only the related manager can edit the item. for example when it is assigned to the user's manager, then neither the user nor the financial manager can modify the item.
2) the user's manager and the financial manager can only modify their approval lists ("Manager Approval" & "Financial Manager Approval" ), and they can not modify the user's submitted data. also the users should not be able to modify the managers drop-downs.. either on the client side or on the back end site.
So is this business process something that can be achieved using Dataverse and Power apps ?? or dataverse is not designed to cover such a process?
Thanks in advance for any help.