Bulk Operations
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Bulk operations perform tasks that are time-consuming and frequently involve large-scale processing of data. Examples of bulk operations are bulk e-mail, bulk import, bulk delete, and campaign activity propagation. These types of operations are best suited to run in the background as an asynchronous operation.
The messages that submit bulk operation asynchronous jobs include BulkDelete, SendBulkEmail, and BackgroundSendEmail. By sending the bulk message, a bulk operation is created in the asynchronous service queue.
See Also
Concepts
.gif)