I know I have seen this before, but I can't seem to locate the example again.
What I have is a contracts database, and I am trying to create a field that will display a notification when the current system date is within a certain number of days (i.e. 90 days) of the contract term date.
The example I have seen had a field (let's say, "Notificati on") in a table ("Contracts" ) that has its default value set to the function so that if the "Contract Term Date" field value is only 60 days away, the "Notificati on" field will populate with a string "Renew Contract", but if it's 100 days away, the "Notificati on" field is null.
Any insight would be great!
What I have is a contracts database, and I am trying to create a field that will display a notification when the current system date is within a certain number of days (i.e. 90 days) of the contract term date.
The example I have seen had a field (let's say, "Notificati on") in a table ("Contracts" ) that has its default value set to the function so that if the "Contract Term Date" field value is only 60 days away, the "Notificati on" field will populate with a string "Renew Contract", but if it's 100 days away, the "Notificati on" field is null.
Any insight would be great!
Comment