Restrict back dating and future date when selecting calendar date

annuvere
annuvere Member Posts: 4
edited 2022-10-10 in NAV Three Tier
I have a date field which the user will select from the calendar dropdown, now I want only the current date to be selected, future date and backdating should not be allowed. I am using NAV 2018.

Answers

  • kriki
    kriki Member, Moderator Posts: 9,121
    [Topic moved from 'Navision Attain' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • vaprog
    vaprog Member Posts: 1,161
    I don't think you can filter the calendar dropdown.

    You should, depending on your situation, either calculate the field yourself and make it readonly, or validate the field and tell the user, that he has no choice at all if he chooses wrong.
  • annuvere
    annuvere Member Posts: 4
    Alright thank you @vaprog