Plug-in Trace Log (PluginTraceLog) テーブル/エンティティの参照

注意

テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。

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

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Delete DELETE [org URI]/api/data/v9.0/plugintracelogs(plugintracelogid)
削除を参照
DeleteRequest または
Delete
Retrieve GET [org URI]/api/data/v9.0/plugintracelogs(plugintracelogid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/plugintracelogs
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple

プロパティ

プロパティ
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

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

Configuration

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

CreatedOn

プロパティ
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

プロパティ
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

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

Depth

プロパティ
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

プロパティ
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

プロパティ
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

IsSystemCreated の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

MessageBlock

プロパティ
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

プロパティ
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

プロパティ
Description Type of execution.
DisplayName Mode
IsValidForForm True
IsValidForRead True
LogicalName mode
RequiredLevel None
Type Picklist

Mode の選択肢/オプション

ラベル 内容
0 Synchronous
1 Asynchronous

OperationType

プロパティ
Description Type of custom code.
DisplayName Operation Type
IsValidForForm True
IsValidForRead True
LogicalName operationtype
RequiredLevel None
Type Picklist

OperationType の選択肢/オプション

ラベル 内容
0 Unknown
1 Plug-in
2 Workflow Activity

OrganizationId

プロパティ
Description Unique identifier for the organization.
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Type Uniqueidentifier

PerformanceConstructorDuration

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
Description Asynchronous workflow persistence key.
DisplayName Persistence Key
IsValidForForm True
IsValidForRead True
LogicalName persistencekey
RequiredLevel None
Type Uniqueidentifier

PluginStepId

プロパティ
Description ID of the plug-in registration step.
DisplayName Plugin Step ID
IsValidForForm True
IsValidForRead True
LogicalName pluginstepid
RequiredLevel None
Type Uniqueidentifier

PluginTraceLogId

プロパティ
Description Unique identifier for an entity instance.
DisplayName Plug-in Trace Log
IsValidForForm False
IsValidForRead True
LogicalName plugintracelogid
RequiredLevel SystemRequired
Type Uniqueidentifier

PrimaryEntity

プロパティ
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

プロパティ
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

プロパティ
Description Unique identifier of the message request.
DisplayName Request ID
IsValidForForm True
IsValidForRead True
LogicalName requestid
RequiredLevel None
Type Uniqueidentifier

SecureConfiguration

プロパティ
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

プロパティ
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

多対一関連付け

各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。

lk_plugintracelogbase_createdonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_plugintracelogbase_createdonbehalfby を参照してください。

createdby_plugintracelog

systemuser テーブル/エンティティの一対多のリレーションシップ createdby_plugintracelog を参照してください。

関連項目

Dataverse テーブル/エンティティ参照 Web API リファレンス plugintracelog EntityType