收藏Jon Berger (Charles Schwab & Co.) 提问于 #Customer Service2012年8月29日 17:12Is 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 个回答排序按日期排序按最有帮助排序按日期排序Denis Augusto Valente (atile.digital)2012年8月29日 17:17Create 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.添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Denis Augusto Valente (atile.digital)2012年8月29日 17:17Create 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.