function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vinny12Vinny12 

permission set

Hi,

 

There is a permission set with a field "Enable email notification" (check box) . Am supposed to set this field to be true for all the user records.

 

Do we need to use dataloader for this to update?

 

Can someone help me with this.?

 

Thanks

Bhawani SharmaBhawani Sharma
Permission set is not a user field. You can use dataloader to update permision set flag. You just need to update permission set in salesforce and assign it to users.
Vinny12Vinny12

Thanks alot.

 

Can you please tell me  how to update it using dataloader?

 

I would appreciate.

 

Thanks

Jerun JoseJerun Jose
You will need to create a permission set which has the "Enable email notification" checked.

Next you will need to insert permission set assignment records into the system. Here you can use the help of dataloader.

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_permissionsetassignment.htm