Skip to main content
Danielle Shaw 님이 #Customer Service에 질문했습니다
I want people to have to choose a priority on cases...I don't want them to just skip past it with whatever the default is. Is there any way I can do this? It'd be ideal if I could just get rid of the default option, but obviously I cannot do that.

 

Any ideas?
답변 2개
  1. 2012년 3월 30일 오후 2:28
    You could add a new priority list item titled, "Please select a priority" and set it to default.  You would then write a validation rule that would not allow the user to save the record with "Please select a priority" selected.

     

     

    Validation rule would be something like this.

     

    ISPICKVAL(priority, "please select a priority")
0/9000