plugintracelog EntityType

Trace and exception information generated by plug-ins and custom workflow activities.

Entity Set Path
[organization URI]/api/data/v9.2/plugintracelogs
Base Type
crmbaseentity
Display Name
Plug-in Trace Log
Primary Key
plugintracelogid
Primary Key Attribute
typename
Operations Supported
GET DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
configuration Edm.String

Unsecured configuration for the plug-in trace log.

Display Name: Configuration

Read Only
correlationid Edm.Guid

Unique identifier for tracking plug-in or custom workflow activity execution.

Display Name: Correlation Id

Read Only
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
depth Edm.Int32

Depth of execution of the plug-in or custom workflow activity.

Display Name: Depth

Read Only
exceptiondetails Edm.String

Details of the exception.

Display Name: Exception Details

Read Only
issystemcreated Edm.Boolean

Where the event originated. Set to true if it's a system trace; otherwise, false.

Display Name: System Created

Read Only
Default Options
Values Label
1 Yes
0 No
messageblock Edm.String

Trace text from the plug-in.

Display Name: Message Block

Read Only
messagename Edm.String

Name of the message that triggered this plug-in.

Display Name: Message Name

Read Only
mode Edm.Int32

Type of execution.

Display Name: Mode

Read Only
Default Options
Values Label
0 Synchronous
1 Asynchronous
operationtype Edm.Int32

Type of custom code.

Display Name: Operation Type

Read Only
Default Options
Values Label
0 Unknown
1 Plug-in
2 Workflow Activity
organizationid Edm.Guid

Unique identifier for the organization.

Display Name: Organization Id

Read Only
performanceconstructorduration Edm.Int32

Time, in milliseconds, to construct.

Display Name: Constructor Duration

Read Only
performanceconstructorstarttime Edm.DateTimeOffset

Date and time when constructed.

Display Name: Constructor Start Time

Read Only
performanceexecutionduration Edm.Int32

Time, in milliseconds, to execute the request.

Display Name: Execution Duration

Read Only
performanceexecutionstarttime Edm.DateTimeOffset

Time, in milliseconds, to execute the request.

Display Name: Execution Start Time

Read Only
persistencekey Edm.Guid

Asynchronous workflow persistence key.

Display Name: Persistence Key

Read Only
pluginstepid Edm.Guid

ID of the plug-in registration step.

Display Name: Plugin Step ID

Read Only
plugintracelogid Edm.Guid

Unique identifier for an entity instance.

Display Name: Plug-in Trace Log

Read Only
primaryentity Edm.String

Entity, if any, that the plug-in is executed against.

Display Name: Primary Entity

Read Only
profile Edm.String

Plug-in profile formatted as serialized text.

Display Name: Profile

Read Only
requestid Edm.Guid

Unique identifier of the message request.

Display Name: Request ID

Read Only
secureconfiguration Edm.String

Secured configuration for the plug-in trace log.

Display Name: Secure Configuration

Read Only
typename Edm.String

Class name of the plug-in.

Display Name: Type Name

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

Unique identifier of the delegate user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

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 createdby_plugintracelog
createdonbehalfby systemuser lk_plugintracelogbase_createdonbehalfby

See also