visual studio - How to programmatically create a Quick Campaign in MS Dynamics CRM -


I'm trying to create a "quick campaign" in the code, but I'm not getting a class to do this . / P>

I found a way to create a list and add users to that list. But I can not continue because I do not know the way.

This is an old post but I thought I would answer anyway.

The 'Quick Campaign' unit in the CRM is called 'bulk-operation'. The Quick Campaign Wizard only creates other types of activity records, such as a phone call or task bulk action that actually takes action to share the campaign. A quick campaign is not a standard CRM unit

As far as I know, you can not create a bulk installation record using the code - not 'Create' for this class. I believe this because bulk operations are also tightening from CRM platform.

The closest way to emulate making a quick campaign, I suggest that the use of the Quick Campaign Wizard function is to use the code and to create related activities, the wizard will normally be created , Or the campaign unit, which can be managed with the code.

Find CRM SDK for bulk support category for more information.


Comments