[SalesForce] How to give an access on an object to All the profiles which are in system

I have around 200 profile and i have to give them Read,Create,Edit,Delete,ViewAll and Modify All rights on a particular Object say "Employee".

I don't want to edit all 200 profiles one by one and give them rights on that particular object.

Is there any centralized place or code through which i can give these
rights without editing each profile separately?

Best Answer

Why not use list views to do this?

  1. create a list view on Profiles, filtering on the profiles you want to modify
  2. add only the columns Read,Create,Edit,Delete,ViewAll and Modify All for the objects you want to assign (by searching on 'object permissions'
  3. save the list view
  4. tick the 'select all' checkbox at the top-left of the list view
  5. check the 'modify all' checkbox on one of the records. The system will ask you if you want to apply the change on all selected profiles.