Share via


Référence d’entité/de table Plug-in Trace Log (PluginTraceLog)

Notes

Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.

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

Messages

Message Opération de l'API web Classe ou méthode SDK
Delete DELETE [org URI]/api/data/v9.0/plugintracelogs(plugintracelogid)
Voir Supprimer
DeleteRequest ou
Delete
Retrieve GET [org URI]/api/data/v9.0/plugintracelogs(plugintracelogid)
Voir Récupérer
RetrieveRequest ou
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/plugintracelogs
Voir Rechercher des données
RetrieveMultipleRequest ou
RetrieveMultiple

Propriétés

Propriété Valeur
CollectionSchemaName PluginTraceLogs
DisplayCollectionName Plug-in Trace Logs
DisplayName Plug-in Trace Log
EntitySetName plugintracelogs
IsBPFEntity False
LogicalCollectionName plugintracelogs
LogicalName plugintracelog
OwnershipType OrganizationOwned
PrimaryIdAttribute plugintracelogid
PrimaryNameAttribute typename
SchemaName PluginTraceLog

Colonnes/Attributs en lecture seule

Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.

Configuration

Propriété Valeur
Description Unsecured configuration for the plug-in trace log.
DisplayName Configuration
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName configuration
MaxLength 1073741823
RequiredLevel None
Type Memo

CorrelationId

Propriété Valeur
Description Unique identifier for tracking plug-in or custom workflow activity execution.
DisplayName Correlation Id
IsValidForForm True
IsValidForRead True
LogicalName correlationid
RequiredLevel None
Type Uniqueidentifier

CreatedBy

Propriété Valeur
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

CreatedOn

Propriété Valeur
DateTimeBehavior UserLocal
Description Date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Propriété Valeur
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

Depth

Propriété Valeur
Description Depth of execution of the plug-in or custom workflow activity.
DisplayName Depth
Format None
IsValidForForm True
IsValidForRead True
LogicalName depth
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

ExceptionDetails

Propriété Valeur
Description Details of the exception.
DisplayName Exception Details
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName exceptiondetails
MaxLength 1073741823
RequiredLevel None
Type Memo

IsSystemCreated

Propriété Valeur
Description Where the event originated. Set to true if it's a system trace; otherwise, false.
DisplayName System Created
IsValidForForm True
IsValidForRead True
LogicalName issystemcreated
RequiredLevel SystemRequired
Type Boolean

Choix/Options IsSystemCreated

Valeur Étiquette Description
1 Yes
0 No

Valeur par défaut : 0

MessageBlock

Propriété Valeur
Description Trace text from the plug-in.
DisplayName Message Block
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName messageblock
MaxLength 1073741823
RequiredLevel None
Type Memo

MessageName

Propriété Valeur
Description Name of the message that triggered this plug-in.
DisplayName Message Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName messagename
MaxLength 1024
RequiredLevel None
Type String

Mode

Propriété Valeur
Description Type of execution.
DisplayName Mode
IsValidForForm True
IsValidForRead True
LogicalName mode
RequiredLevel None
Type Picklist

Choix/Options Mode

Valeur Étiquette Description
0 Synchronous
1 Asynchronous

OperationType

Propriété Valeur
Description Type of custom code.
DisplayName Operation Type
IsValidForForm True
IsValidForRead True
LogicalName operationtype
RequiredLevel None
Type Picklist

Choix/Options OperationType

Valeur Étiquette Description
0 Unknown
1 Plug-in
2 Workflow Activity

OrganizationId

Propriété Valeur
Description Unique identifier for the organization.
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Type Uniqueidentifier

PerformanceConstructorDuration

Propriété Valeur
Description Time, in milliseconds, to construct.
DisplayName Constructor Duration
Format None
IsValidForForm True
IsValidForRead True
LogicalName performanceconstructorduration
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

PerformanceConstructorStartTime

Propriété Valeur
DateTimeBehavior UserLocal
Description Date and time when constructed.
DisplayName Constructor Start Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName performanceconstructorstarttime
RequiredLevel None
Type DateTime

PerformanceExecutionDuration

Propriété Valeur
Description Time, in milliseconds, to execute the request.
DisplayName Execution Duration
Format None
IsValidForForm True
IsValidForRead True
LogicalName performanceexecutionduration
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

PerformanceExecutionStartTime

Propriété Valeur
DateTimeBehavior UserLocal
Description Time, in milliseconds, to execute the request.
DisplayName Execution Start Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName performanceexecutionstarttime
RequiredLevel None
Type DateTime

PersistenceKey

Propriété Valeur
Description Asynchronous workflow persistence key.
DisplayName Persistence Key
IsValidForForm True
IsValidForRead True
LogicalName persistencekey
RequiredLevel None
Type Uniqueidentifier

PluginStepId

Propriété Valeur
Description ID of the plug-in registration step.
DisplayName Plugin Step ID
IsValidForForm True
IsValidForRead True
LogicalName pluginstepid
RequiredLevel None
Type Uniqueidentifier

PluginTraceLogId

Propriété Valeur
Description Unique identifier for an entity instance.
DisplayName Plug-in Trace Log
IsValidForForm False
IsValidForRead True
LogicalName plugintracelogid
RequiredLevel SystemRequired
Type Uniqueidentifier

PrimaryEntity

Propriété Valeur
Description Entity, if any, that the plug-in is executed against.
DisplayName Primary Entity
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName primaryentity
MaxLength 1000
RequiredLevel None
Type String

Profile

Propriété Valeur
Description Plug-in profile formatted as serialized text.
DisplayName Profile
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName profile
MaxLength 1073741823
RequiredLevel None
Type Memo

RequestId

Propriété Valeur
Description Unique identifier of the message request.
DisplayName Request ID
IsValidForForm True
IsValidForRead True
LogicalName requestid
RequiredLevel None
Type Uniqueidentifier

SecureConfiguration

Propriété Valeur
Description Secured configuration for the plug-in trace log.
DisplayName Secure Configuration
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName secureconfiguration
MaxLength 1073741823
RequiredLevel None
Type Memo

TypeName

Propriété Valeur
Description Class name of the plug-in.
DisplayName Type Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName typename
MaxLength 1024
RequiredLevel None
Type String

Relations plusieurs-à-un

Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.

lk_plugintracelogbase_createdonbehalfby

Voir la relation un à plusieurs lk_plugintracelogbase_createdonbehalfby pour la table/entité systemuser.

createdby_plugintracelog

Voir la relation un à plusieurs createdby_plugintracelog pour la table/entité systemuser.

Voir aussi

Référence d’entité/de table Dataverse Référence d’API web plugintracelog EntityType