Skip to main content
Question

Override default plan_start_dttm and plan_end_dttm fields in Task table

  • October 30, 2022
  • 1 reply
  • 90 views

Forum|alt.badge.img+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

Jon Reid
Hero (Employee)
Forum|alt.badge.img+18
  • Hero (Employee)
  • December 6, 2022

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.