Forum Post: Re: [beta 4.0.4.] Hierarchy Field Validation Still Doesn't Perform Validation...

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello Siraj, I would like to say both I think. So this is what happens: I have a server-side field validation set on the Parent Account field to check if the Account is Microsoft or not. // 32077 is the ID of the Microsoft Account Record. if("{!Paccount}" != 30277) { return "Parent Account is not Microsoft!"; } So basically 1) It is refreshing the page, however failing on the server-side validation (because I keep the field empty) and redirecting back to the same page. 2) And now after the first form submit has failed validation, if I try to add Microsoft to the Parent Account, it doesn't allow me to save the record anymore but the page IS refreshing. Any suggestions? I have attached the XML file for your reference. Try to create a new Account to test it out. Cheers. (Please visit the site to view this file)

Continue reading...
 
Status
Not open for further replies.
Back
Top