- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2025 08:58 AM
Hi,
I have a order and child_task table in my custom app both extended from task table. Now i want whenever I create a new child_task for an order then all the comments(historical comments) that were added for the existing order even before the child task was created should come to the child_task activity stream as well. However I am not able to implement this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 12:38 AM
Hi @MaharshiC ,
You can try using Business Rule for this scenario.
1. Create Business Rule on 'child_task' table, that runs on insert operation.
2. Add condition to check it has parent Order record. (eg. For incident it is Parent incident)
3. in Advance section add below script.
SCRIPT:
Follow the above steps and verify the result.
If my solution help you to resolve your query, then please mark it as Helpful and accept the solution.
Thank You!
Pundalik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 12:38 AM
Hi @MaharshiC ,
You can try using Business Rule for this scenario.
1. Create Business Rule on 'child_task' table, that runs on insert operation.
2. Add condition to check it has parent Order record. (eg. For incident it is Parent incident)
3. in Advance section add below script.
SCRIPT:
Follow the above steps and verify the result.
If my solution help you to resolve your query, then please mark it as Helpful and accept the solution.
Thank You!
Pundalik