Background: It has been raised a couple times before (here, here, here, here and here) but it is still not implemented.
Feature request:
Ability to specifiy a default value for date fields.
We have default values for single line text field and number field, it is reasonable to ask for the same feature for date fields. Ideally let us put a formula there, such as:
CREATED_TIME()
DATEADD(TODAY(), 2, ‘week’)
... View more