I have three user e.g A, B and C
I have implemented hierarchy model with depth 3.
Hierarchy is A >> B >> C.
Each user has following roles for Service Request entity.
I have created a service request record "record 1" and assign it to user A - Then user "A" assign it user "B".
As per my testing and reading some articles.
User "A" edit/read records of user "B" & User "A" cannot edit records of User "C". This is fact and it is functionally of hierarchy model.
But I want User "A" should not able to edit user "B" records, he should just read those records assigned to "B". I achieve this by giving user level create privileges - But at the same time I don't allow these user to create new records.
Any help please..
Thanks in Advance!
*This post is locked for comments