*This post is locked for comments
If you are using onprem and access to Database, they can be easily disabled by running a query with your specific condition (caution required and carefully run by taking backup)
delete from accountbase where <<>your condition>
If online, you have to disable in above said methods or run a batch job.
Batch job :Use CRM SDK and write code to delete required accounts in c# application. Run as windowss batch in non peak application usage hours.
Hi Tin,
Check my comments in this thread: community.dynamics.com/.../216770
If your account is not in use , then workflow can not be started on each account unless it is on demand workflow and you run manually.
Even in view, you can select maximum 250 accounts each time to run on demand workflow.
Hence I suggest to query accounts which are require to be deactivated through advance find.
Select all accounts and click on "Deactivate" button. In this process you do not need workflow and still you can query accounts based on filters you applied.
Regards,
Rutul
Hi Tin
How are you defining the accounts?
Hello Tin,
You can do this in two ways. Choose the one you find easy :)
OPTION 1:
Use a workflow for bulk deactivation. This is the simplest approach.
Save and "Activate" the workflow.
Output : All the records with the specified condition gets deactivated automatically.
OPTION 2:
Hope this helps :)
Thanks
Please do verify if you find it helpful:)
Hi Tin,
You can write a workflow for the same and filter the records you need to disable (for example, for unused accounts, filter it by modified date earlier than).
Refer the link below for more details.
Hope this helps.
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156