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