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.
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.
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
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.