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
sfdctrrsfdctrr 

How to do Mass Activate/deactivate of users in salesforce without dataloader and any code

Hi All,

 

 

How to do Mass Activate/deactivate of users in salesforce without dataloader and any code(trigger/class).

Please let me know ASAP.

Thanks in Advance.

 

 

Thanks,

SFDC.

Navatar_DbSupNavatar_DbSup

Hi,

 

You can achieve this only trough the dataloade or apex. But you can promote this on Idea Exchange:

http://success.salesforce.com/ideaView?id=08730000000KtHsAAK

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

sfdctrrsfdctrr

Hi,

Thx for you reply. I heard that it can be achieved without dataloader or apex but i'm not sure about how to achieve it.

 

Thanks,

SFDC.

SF7SF7

It can be acheived with batch apex i have done this . You should run batch apex every day or month or whenever.

Miguel A. SantanaMiguel A. Santana
Hi Akhil,

Can you explain how you did the Apex for this? Are you able to share it?

Miguel S