CallbackRegistration テーブル/エンティティの参照

注意

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

Callback Registration that stores configuration.

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Create POST [org URI]/api/data/v9.0/callbackregistrations
作成を参照
CreateRequest または
Create
Delete DELETE [org URI]/api/data/v9.0/callbackregistrations(callbackregistrationid)
削除を参照
DeleteRequest または
Delete
Retrieve GET [org URI]/api/data/v9.0/callbackregistrations(callbackregistrationid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/callbackregistrations
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/callbackregistrations(callbackregistrationid)
更新を参照
UpdateRequest または
Update

プロパティ

プロパティ
CollectionSchemaName CallbackRegistrations
DisplayCollectionName Callback Registrations
DisplayName Callback Registration
EntitySetName callbackregistrations
IsBPFEntity False
LogicalCollectionName callbackregistrations
LogicalName callbackregistration
OwnershipType UserOwned
PrimaryIdAttribute callbackregistrationid
PrimaryNameAttribute name
SchemaName CallbackRegistration

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

CallbackRegistrationId

プロパティ
Description Unique identifier of the callback registration.
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName callbackregistrationid
RequiredLevel SystemRequired
Type Uniqueidentifier

EntityName

プロパティ
Description Entity Name.
DisplayName Entity Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName entityname
MaxLength 255
RequiredLevel SystemRequired
Type String

FilterExpression

プロパティ
Description condition represented with OData $filter syntax
DisplayName Filter Expression
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName filterexpression
MaxLength 100000
RequiredLevel None
Type String

FilteringAttributes

プロパティ
Description Comma-separated list of attributes. If at least one of these attributes is modified, the callback url should be called.
DisplayName Filtering Attributes
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName filteringattributes
MaxLength 100000
RequiredLevel None
Type String

HardDelete

追加元 : CallbackRegistrationApp Solution ソリューション

プロパティ
Description For internal use only. Holds hard delete information.
DisplayName Hard Delete
IsValidForForm False
IsValidForRead True
LogicalName harddelete
RequiredLevel SystemRequired
Type Boolean

HardDelete の選択肢/オプション

ラベル 内容

LogicAppsVersion

追加元 : CallbackRegistrationApp Solution ソリューション

プロパティ
Description For internal use only. Holds version of logic apps trigger.
DisplayName Logic Apps Version
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName logicappsversion
MaxLength 100
RequiredLevel SystemRequired
Type String

Message

プロパティ
Description Specifies the message type
DisplayName Specifies the message type
IsValidForForm True
IsValidForRead True
LogicalName message
RequiredLevel SystemRequired
Type Picklist

Message の選択肢/オプション

ラベル 内容
1 Added
2 Deleted
3 Modified
4 Added or Modified
5 Added or Deleted
6 Modified or Deleted
7 Added or Modified or Deleted

Name

プロパティ
Description Name of callback registration.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 256
RequiredLevel SystemRequired
Type String

OwnerId

プロパティ
Description Unique identifier of the user or team who owns the callback registration.
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Targets systemuser
Type Owner

OwnerIdType

プロパティ
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

PostponeUntil

プロパティ
Description delay represented with OData expression
DisplayName Postpone Until
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName postponeuntil
MaxLength 100000
RequiredLevel None
Type String

RunAs

プロパティ
Description Specifies the user context under which the callback will run
DisplayName RunAs
IsValidForForm True
IsValidForRead True
LogicalName runas
RequiredLevel SystemRequired
Type Picklist

RunAs の選択肢/オプション

ラベル 内容
1 Modifying user
2 Row owner
3 Flow owner

RuntimeIntegrationProperties

追加元 : RuntimeIntegration ソリューション

プロパティ
Description For internal use only. Holds miscellaneous properties related to runtime integration.
DisplayName Runtime Integration Properties
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName runtimeintegrationproperties
MaxLength 512
RequiredLevel None
Type String

Scope

プロパティ
Description Specifies the Scope
DisplayName Specifies the scope type
IsValidForForm True
IsValidForRead True
LogicalName scope
RequiredLevel SystemRequired
Type Picklist

Scope の選択肢/オプション

ラベル 内容
1 User
2 BusinessUnit
3 ParentChildBusinessUnit
4 Organization

SdkMessageName

追加元 : API messages extension solution ソリューション

プロパティ
Description Name of the SDK message the subscriber is interested in
DisplayName SDK Message Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName sdkmessagename
MaxLength 256
RequiredLevel None
Type String

SoftDeleteStatus

追加元 : CallbackRegistrationApp Solution ソリューション

プロパティ
Description For internal use only. Holds soft delete information.
DisplayName Soft Delete Status
Format None
IsValidForForm False
IsValidForRead True
LogicalName softdeletestatus
MaxValue 2147483647
MinValue -2147483648
RequiredLevel SystemRequired
Type Integer

Url

プロパティ
Description Full callback registration Url.
DisplayName Url Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead False
LogicalName url
MaxLength 2000
RequiredLevel SystemRequired
Type String

Version

プロパティ
Description Specifies the Callback registration version type
DisplayName Specifies the Callback registration version type
IsValidForForm True
IsValidForRead True
LogicalName version
RequiredLevel SystemRequired
Type Picklist

Version の選択肢/オプション

ラベル 内容
1 V1
2 V2
3 V3

読み取り専用列/属性

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

CreatedBy

プロパティ
Description Shows who created the record.
DisplayName Created By
IsValidForForm False
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

CreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the callback registration was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

プロパティ
Description Shows who created the record on behalf of another user.
DisplayName Created By (Delegate)
IsValidForForm False
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 None
Type String

ModifiedBy

プロパティ
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm False
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

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

ModifiedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the callback registration was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

プロパティ
Description Shows who last updated the record on behalf of another user.
DisplayName Modified By (Delegate)
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

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

ModifiedOnBehalfByYomiName

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

OwnerIdName

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

OwningBusinessUnit

プロパティ
Description Unique identifier of the business unit that owns the callback registration.
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Targets businessunit
Type Lookup

OwningBusinessUnitName

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

OwningTeam

プロパティ
Description Unique identifier of the team who owns the callback registration.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Targets team
Type Lookup

OwningUser

プロパティ
Description Unique identifier of the user who owns the callback registration.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Targets systemuser
Type Lookup

VersionNumber

追加元 : CallbackRegistrationApp Solution ソリューション

プロパティ
Description Version number of the callbackregistration.
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

多対一関連付け

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

lk_callbackregistration_modifiedonbehalfby

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

lk_callbackregistration_modifiedby

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

lk_callbackregistration_createdonbehalfby

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

lk_callbackregistration_createdby

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

businessunit_callbackregistration

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

関連項目

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