PropagateByExpressionRequest Class

Definition

Contains the data that is needed to create a quick campaign to distribute an activity to accounts, contacts, or leads that are selected by a query.

public ref class PropagateByExpressionRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class PropagateByExpressionRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type PropagateByExpressionRequest = class
    inherit OrganizationRequest
Public NotInheritable Class PropagateByExpressionRequest
Inherits OrganizationRequest
Inheritance
PropagateByExpressionRequest
Attributes

Examples

The following example shows how to use this message. For this sample to work correctly, you must be connected to the server to get an IOrganizationService interface instance. For the complete sample, see the link later in this topic.

Remarks

For the Web API use the PropagateByExpression action.

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of the PropagateByExpressionResponse class.

Privileges and Access Rights

To perform this action, the caller must have privileges on the Queue and Template entities, and on the specified entity in the Activity property. The caller must also have access rights on the specified records in the QueueId property and the TemplateId property. For a complete list of the required privileges, see PropagateByExpression message privileges.

Notes for Callers

This operation distributes activities that specify a recipient: phone call, appointment, letter, fax, or email.

Constructors

PropagateByExpressionRequest()

Initializes a new instance of the PropagateByExpressionRequest class.

Properties

Activity

Gets or sets the activity to be distributed. Required.

ExecuteImmediately

Gets or sets a value that indicates whether the activity is both created and executed. Required.

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
FriendlyName

Gets or sets the user-identifiable name for the campaign. Required.

Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
Owner

Gets or sets the owner for the activity. Required.

OwnershipOptions

Gets or sets the ownership options for propagation. Required.

Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
PostWorkflowEvent

Gets or sets a value that indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list. Required.

QueryExpression

Gets or sets the query criteria to select accounts, contacts, or leads for which activities are created. Required.

QueueId

Gets or sets the ID of the queue to which the created activities are added. Optional.

RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
SendEmail

Gets or sets a value that indicates whether to send an email about the new activity. Required.

TemplateId

Gets or sets the ID of the email template. Required.

Applies to

See also