In the Task table currently if no value is passed the plan_start_dttm is taking the current date and time value and plan_end_dttm is taking ‘1 hour + current date and time’ value, i want to store empty value in those fields if no value is passed to it
I added the custom metadata and unchecked the ‘Is Required’ field
But still if no value is passed it is taking current date time value, and also plan_end_dttm is taking (1 hour + current date and time) and i am unable to find where this is configured.
Need help on this.