Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Date Compare

    Hi,

    I have 2 Date Item fields. I need to validate one dateitem's value with other one. How I can do that using Validator? Any clue?

    Regards,
    Sandip

    #2
    Both the client and server-side APIs for custom validators offer access to a Record which contains values for all other fields in the form being validated.

    Comment


      #3
      I am not able to find the API except Validator. How can I use extend this class to access other records value and validate? I may not know right usage. Please give me direction and some samples.


      Regards,
      Sandip

      Comment


        #4
        There is no need to extend anything. Just use CustomValidator.
        MichalG

        Comment

        Working...
        X