Skip to main content

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.

The Task policy sets the plan_end_dttm based on the duration of the task.  i.e. if the plan_start_dttm is 9am and the task duration is 60 minutes then the plan_end_dttm will be set to 10am.  


Reply