Matt Leach Posted February 25, 2010 Posted February 25, 2010 I currently have a date field with a drop down calendar that is used as a "closed date". This indicates when a file is closed and billed. We have to close files within 30 days but some of the users are back-dating the date to fit the 30 day window. I could take away the permission but that would create more work for our billing person. Is it possible to lock the date field and calendar to the current month?
bcooney Posted February 25, 2010 Posted February 25, 2010 You can either set the date field to have a validation by calculation: Month ( datefield) & Year ( datefield) = month ( get (currentdate)) & Year ( get (currentdate)) or Set the field to run a script that validates the date is in the proper range using a OnObjectExit script trigger (use a Exit Script (0) to cancel the entry).
Recommended Posts
This topic is 5443 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now