FavoriteJon Berger (Charles Schwab & Co.) asked in #Customer ServiceAug 29, 2012, 5:12 PMIs there a way to lock a Case during editing so another user does not also edit?We occassionally find that 2 users are working the same Case. Is there a way to prevent that?1 answerSortSort by DateSort by Most HelpfulSort by DateDenis Augusto Valente (atile.digital)Aug 29, 2012, 5:17 PMCreate 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.Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Denis Augusto Valente (atile.digital)Aug 29, 2012, 5:17 PMCreate 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.