processtrigger EntityType
Trigger that invoke a rule.
- Entity Set Path
- [organization URI]/api/data/v9.0/processtriggers
- Base Type
- crmbaseentity
- Display Name
- Process Trigger
- Primary Key
- processtriggerid
- Operations Supported
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
| Name | Type | Details | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| componentstate | Edm.Int32 |
For internal use only. Display Name: Component State Read Only
Default Options
|
||||||||||
| controlname | Edm.String |
Name of the control. Display Name: Control Name |
||||||||||
| controltype | Edm.Int32 |
Type of the control to which this trigger is bound Display Name: Control Type
Default Options
|
||||||||||
| createdon | Edm.DateTimeOffset |
Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. Display Name: Created On Read Only
|
||||||||||
| event | Edm.String |
Indicates the event. Display Name: Event |
||||||||||
| iscustomizable | BooleanManagedProperty |
Indicates whether this component can be customized. Display Name: Customizable |
||||||||||
| ismanaged | Edm.Boolean |
Indicates whether the solution component is part of a managed solution. Display Name: Is Managed Read Only
Default Options
|
||||||||||
| methodid | Edm.Guid |
Displays StageID to which the PBL rule belongs to Display Name: MethodId |
||||||||||
| modifiedon | Edm.DateTimeOffset |
Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. Display Name: Modified On Read Only
|
||||||||||
| overwritetime | Edm.DateTimeOffset |
For internal use only. Display Name: Record Overwrite Time Read Only
|
||||||||||
| owningbusinessunit | Edm.Guid |
Select the business unit that owns the record. Display Name: Owning Business Unit Read Only
|
||||||||||
| owninguser | Edm.Guid |
Unique identifier for the user that owns the record. Display Name: Owning User Read Only
|
||||||||||
| pipelinestage | Edm.Int32 |
Pipeline Stage to Execute Workflow Event Plugin. Display Name: PipelineStage
Default Options
|
||||||||||
| primaryentitytypecode | Edm.String |
Primary entity for the process which is invoked by the event. Display Name: Primary Entity |
||||||||||
| processtriggerid | Edm.Guid |
Unique identifier of the process trigger record. Display Name: Process Trigger |
||||||||||
| processtriggeridunique | Edm.Guid |
For internal use only. Display Name: Process Id Read Only
|
||||||||||
| scope | Edm.Int32 |
Scope level for PBL rules. Display Name: Scope
Default Options
|
||||||||||
| solutionid | Edm.Guid |
Unique identifier of the associated solution. Display Name: Solution Read Only
|
||||||||||
| versionnumber | Edm.Int64 |
Read Only
|
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties.
| Name | Single-valued navigation property | Description |
|---|---|---|
| _createdby_value | createdby |
Shows who created the record. |
| _createdonbehalfby_value | createdonbehalfby |
Shows who created the record on behalf of another user. |
| _formid_value | formid |
Unique identifier of the form associated with the trigger. |
| _modifiedby_value | modifiedby |
Shows who last updated the record. |
| _modifiedonbehalfby_value | modifiedonbehalfby |
Shows who last updated the record on behalf of another user. |
| _ownerid_value | createdby |
Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user. |
| _processid_value | processid |
Shows the ID of the process. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
| Name | Type | Partner |
|---|---|---|
| createdby | systemuser | lk_processtriggerbase_createdby |
| createdonbehalfby | systemuser | lk_processtriggerbase_createdonbehalfby |
| formid | systemform | processtrigger_systemform |
| modifiedby | systemuser | lk_processtriggerbase_modifiedby |
| modifiedonbehalfby | systemuser | lk_processtriggerbase_modifiedonbehalfby |
| processid | workflow | process_processtrigger |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
| Name | Type | Partner |
|---|---|---|
| ProcessTrigger_SyncErrors | syncerror | regardingobjectid_processtrigger_syncerror |
Solutions
The following solutions include the processtrigger entity type.
| Name | Description |
|---|---|
| System Solution | Internal CRM System Solution |