processtrigger EntityType
Trigger that invoke a rule.
- Entity set path:
- [organization URI]/api/data/v9.2/processtriggers
- Base type:
- crmbaseentity
- Table type:
- Standard
- 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 Lookup property data.
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. |
_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 |