Formula-based default value for date field
I have 3 custom fields for the asset record:
- Lease Start Date – a date field
- Lease Term (in months) – a numeric field
- Lease Expiry Date – a date field
I want the user to enter the Lease Start Date and the Lease Term fields. Then I want the system to enter the calculated value as a default into the Lease Expiry Date field. I want the user to be able to over-ride that value if necessary (just in case the expiry date falls on a particular value … say the end of a month).
To me this feels like a formula-based default value for the Lease Expiry Date … but I can’t seem to structure the function correctly.