SetProcessRequest Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the data that is needed to set another business process flow instance as the active process instance for the target entity. If there isn't any active business process flow instance for the target entity record and the specified business process flow definition, a new business process flow instance will be created and set as the active instance.
For the Web API use the SetProcess Action.
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
| Name | Description | |
|---|---|---|
![]() | SetProcessRequest | Initializes a new instance of theSetProcessRequest class. |
| Name | Description | |
|---|---|---|
![]() | Gets or sets the structure that contains extra data. Optional.(Inherited from OrganizationRequest.) | |
![]() | Gets or sets the indexer for the Parameters collection.(Inherited from OrganizationRequest.) | |
![]() | Gets or sets the business process flow definition to be set to the target entity. | |
![]() | Gets or sets the business process flow instance to be set as the active business process flow instance for the target entity. Optional. | |
![]() | Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.(Inherited from OrganizationRequest.) | |
![]() | Gets or sets the ID of an asynchronous operation (system job). Optional. (Inherited from OrganizationRequest.) | |
![]() | Gets or sets the name of the request. Required, but is supplied by derived classes.(Inherited from OrganizationRequest.) | |
![]() | Gets or sets the target entity. |
An active business process flow instance is the one that is visible on the UI for the entity record.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

