How should I set to enter "Planned start date + 2hours" in the Change Task(change_task)'s DueDate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 07:41 PM
What settings will make the Change Task (change_task)'s DueDate auto-fill?
I want to set to enter "Planned start date + 2hours" in the Change Task(change_task)'s DueDate.
How should I set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 01:04 AM
HI @ayano
"3600000" are the milli seconds to be added for one hour.
1 Hour = 60 Minutes * 60 Seconds * 1000 Milli Seconds.
For N Hours = N* 60 Minutes * 60 Seconds * 1000 Milli Seconds.
For example for 2 hours-
For 2 Hours = 2* 60 Minutes * 60 Seconds * 1000 Milli Seconds.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 12:41 AM
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 03:21 AM
Hi @ayano, You can try creating a Business rule of type before insert on change_task table.