Does anyone know if a user can do a bulk edit of a list/set of records? One of our applications would like to update a particular field in several records at the same time by clicking a checkbox next to the records in some sort of list view and then click a button to update field across all selected records.
Bulk update is the easiest way to user. Just need to create a view in the object based on filter, then we can do mass update by selecting the object, view and then respective field.
We have another way by using scheduler rule by mentioning the condition. This rule will run for all the records which are present in the object. Instead of this I can suggest to do mass update only. So that only specified records in the created view will modify.
Anderson, yes, ofcourse we can do bulk edit based on filter condition. Did you see any challenges in implementing this. Share any errors if you come acrosss.