processtrigger EntityType

Trigger that invoke a rule.

Entity Set Path
[organization URI]/api/data/v9.2/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
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
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
Values Label
1 Attribute
2 Form Tab
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
Values Label
1 Managed
0 Unmanaged
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
Values Label
0 Default Value
20 Before Main Operation
40 After Main Operation
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
Values Label
1 Form
2 Entity
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

See also