- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 01:21 AM
Hi All,
asmt_assessment_instance.state : State field is choice field with different languages.
requirement is copy the Display value of asmt_assessment_instance.state to asmt_assessment_instance_question. u_assessment_state. The script probably needs to be run to update the values on the records in the asmt_assessment_instance_question table that have the State in non-English. State value should update with only english language choice value.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2025 03:30 AM
Hi Ankur,
Thanks for helping, the below script worked
when to run filter Conditions -- state changes
Advanced --condition - current.state != previous.state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 05:46 AM
I am sorry I might have missed the latest script. Yep, thats perfect and should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 05:48 AM
no worries
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2025 03:30 AM
Hi Ankur,
Thanks for helping, the below script worked
when to run filter Conditions -- state changes
Advanced --condition - current.state != previous.state