Set value in List view from Client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 12:20 AM
Hi,
How do I set value based on certain field selected in List view from Client script.
If 'state' is changed to 'Cancel' , the 'Assignment group' should change to certain value. (All from List view)
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 12:23 AM
HI,
You can write onCellEdit client script as per your req.
http://wiki.servicenow.com/index.php?title=Client_Scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 12:25 AM
Hi Pradeep,
Its working for forms (g_form). I wanted for setting values in List view.
g_form not working for List view. Can you let me know for list view please.new to scripting.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 12:47 AM
Why don't you try Data Look up rules
Data Lookup and Record Matching Support - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 01:12 AM