Expand my Community achievements bar.

Defaukt in Date Field

Avatar

Level 2
I am trying to create a field in a custom form for an issue/request. I would like it to default to 1 year from today, but I also want it to be editable by the requester. I started with making it a calculated field and my code worked, but it doesn't seem editable. Can anyone help me with this. Karl Braunsdorf Voya Financial, Inc.
1 Reply

Avatar

Level 10
Hi Karl, I'd suggest you have two fields. The first is a date field that's user-defined. The second is a calculated field with a calculation that states: IF(ISBLANK(UserDefinedDate),1 Year From Now,UserDefinedDate) This way, you can calculate 1 year from now but accept an "override" from a user-defined date field if one exists. Best of luck! Narayan