Incident Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2023 07:44 PM
Hello All
I had added incident task to incident form make short description, description and priority auto populated . I am getting some issues
1) If I change priority in incident form it's auto populating in incident task form but not reflecting on incident task form list view and activity filter.
Tried client scripts but didn't updating priority in list view
Can you please help me with this
Regards
Aneela Sravani Gopisetty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2023 08:11 PM
Hello @Sandeep Rajput
Thank you for your response
Yes I had saved the changes in incident form. But still updated priority is not reflecting in list view
Thanks in Adavance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2023 08:56 PM
Hi @Aneela Sravani The best way to update Incident Task fields is through Business Rule.
Create a After update BR on incident table with condition:
Priority changes:
Script:
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2023 09:13 PM
@Aneela Sravani There are couple of ways using which you can address this issue.
1. Create an onBefore update business rule which will run on incident table and update the fields of associated incident tasks.
2.OR If you are doing this via client script, then once the fields of the incident tasks are set, make sure to save the changes on the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-24-2023 07:16 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-24-2023 07:28 PM
@Aneela Sravani Could you please let me know which approach you have tried so far. Also, please share the screenshot/script of the approach which didn't work for you.