Skip to main content
We occassionally find that 2 users are working the same Case. Is there a way to prevent that?
1 个回答
  1. 2012年8月29日 17:17
    Create a validation rule on case

     

     $User.Id <>  OwnerId 

     

    In this premisse we're assuming that the case owner must have rights to edit the case.
0/9000