by support
10. March 2010 12:24
Yes it is possible to execute Asynchronously bulk operation inside CRM. The basic steps are:
- Create QueryExpression so that only specific record can be deleted.
- Queue the operation in CRM
- Check that the operation completes successfully.
More information and sample code can be found on MSDN
http://m3r.ca/g/20cx