You need to sign in to do that
Don't have an account?
How to edit User object field 'Admin Info Emails' ?
User objet in salesforce has a field 'Admin Info Emails'. This field is checkbox. In our org, the users of same profile(customer service profile), this field has different status for different users(of same profile). How to edit this button?
Thanks in advance
Thanks in advance
From standard User Page layout you are not able to see the checkbox. To update the 'Admin Info Emails' field of user for profile 'customer service profile', please use below query in developer console or you can do the same using Apex class (If the number of record is huge).
You can use ReceivesAdminInfoEmails =true or ReceivesAdminInfoEmails =false depends on you requirement.
Thanks
Preyanka
All Answers
From standard User Page layout you are not able to see the checkbox. To update the 'Admin Info Emails' field of user for profile 'customer service profile', please use below query in developer console or you can do the same using Apex class (If the number of record is huge).
You can use ReceivesAdminInfoEmails =true or ReceivesAdminInfoEmails =false depends on you requirement.
Thanks
Preyanka
OR
Thanks a ton for this information.
If it solves your queries please select it as best answer that can help other also.
Thanks