Update specific field for selected records using UI Action in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
Hi,
We want to display a UI Action button on the Incident list view. When a user selects one or more records and clicks the UI Action, a dialog box should appear prompting the user to enter a value (for example, to update the Description field).
How can we update a specific field (like Description) for the selected records from the list view using a UI Action in ServiceNow?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
See this article, it is selecting record and sending dynamically created email, in this way you can create a modal for any field and then update that field in script include.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Create a 'List Banner Button' that runs on selected records in the list view. Use the sample code below to retrieve the selected record sys_ids, and then call a Script Include function to update the description field of the selected records.
