Skip to main content
Amber Gillis (K2M) ha fatto una domanda in #Security
Our users are trying to create a case, but receive this error when they select "save":  j_id0:j_id1:j_id3:j_id58:table:1:j_id80: Validation Error: Value is required.

 

What does this mean?  I didn't setup this validation rule and have no idea what this is.  Thoughts?

 

Currently, users cannot create a Case record.
12 risposte
  1. 15 nov 2013, 18:18
    Hey Amber,

     

    Well, this is because, the Case Edit Page has been overriden with a Visualforce Page and a field on the page has been marked required via the Visualforce Markup like as below:

     

    <apex:input required ='true'......>

     

    You might wanna go to the Developer who did this or may even post the VF Markup here and we could help you identify the culprit!

     

     

    Best,

     

    Deepak
0/9000