- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 02:09 AM
We have a requirement called 'Copy every Work notes from Interaction to Associated Incident Record', Once the Interaction is Associated with the Incident, and in Interaction if work notes are updated, the same should reflect on the Associated incident record. How to achieve this?
Thanks,
Sai Kumar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 02:20 AM
You can achieve this by using /before Update Business Rule/.
Select Table : Interaction
When to run: When - before update
Filter Conditions: Work notes Changes
Advanced Script: use code by using below screenshot
Please hit like/Accept as solution if it works for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 02:20 AM
You can achieve this by using /before Update Business Rule/.
Select Table : Interaction
When to run: When - before update
Filter Conditions: Work notes Changes
Advanced Script: use code by using below screenshot
Please hit like/Accept as solution if it works for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 03:36 AM
Thank you very much @Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 10:34 PM
@Harish Kota Sir, can you please help me with similar to this ask.
Kindly follow URL to understand my requirement-
Thanks in advance