Does is it possible mass update on TASK list view????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2022 11:22 AM - edited ‎11-04-2022 05:29 AM
Hello Experts,
The requirement is the customer will select many sc_task records from the list view and they want to mass update the below fields one time,
One scenario
Assigned to, Work Notes, State
Second Scenario
Work notes, State
Do we require any extensive scripting like UI Page and UI Action or else do we have any simple way?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2022 11:52 AM
You can right click column header and choose one of the update buttons
Or you can edit multiple records using list editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2022 12:29 PM
Hi Mike,
Their requirement is to select multiple tasks in the list view and when they click the mass update list button, a pop window will open and it contains specific fields that need to be filled while submitting,
Any suggestion on this scenario, when I use update all it is been showing entire task form fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2022 12:33 PM
Pretty sure you'll need to create a custom UI Action and UI page for that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2022 12:48 PM
Do you have scripting handy for this logic, I am not aware of jelly scripting
Thanks