Question

Override default plan_start_dttm and plan_end_dttm fields in Task table

  • 30 October 2022
  • 1 reply
  • 74 views

Badge +5

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.


1 reply

Userlevel 6
Badge +17

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