- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 04:14 AM
Hello Everyone,
Is there a way when we change a column value in the list view, the other column value will also change like on change client script?
for example,
If i change the Assigned to column value in list view, the automatically the User ID field should get updated for that record.
Regards,
Sravanthi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 04:18 AM
Hi,
not using client script.
you need to use before update business rule to update the other fields when your field changes
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 04:18 AM
Hi,
not using client script.
you need to use before update business rule to update the other fields when your field changes
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 04:35 AM
Thanks ANkur,
Regards,
Sraz