- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 07:08 AM
Is there a way for the time_worked values of all child project tasks to be summed and auto-populate the time_worked field on the parent project task?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2024 03:08 AM
Write an After Insert and Update Business Rule on the Project Task table with the condition 'Time Worked changes.
Use the below script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2024 03:08 AM
Write an After Insert and Update Business Rule on the Project Task table with the condition 'Time Worked changes.
Use the below script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 11:00 AM