1

I'm working in gosu(guidewire) and having an annotation for the Date Of Birth(DOB).The expression under that annotation is supposed to return an error if the year of the DOB is less than 1897 or if it is greater than 2001.

I'm new to gosu so can someone please help me with this?

eureka19
  • 2,731
  • 5
  • 26
  • 34
  • 1
    have any code example to share of what you have done so far? also what version of Guidewire and product are you using? – dawogfather Mar 29 '17 at 09:57

1 Answers1

1

There is no OOTB annotation for DOB Validation. You have to create custom annotation for achieving the same.

Create New Gosu Class -> Change the kind as Annotation

Aravind Pillai
  • 739
  • 7
  • 21