Referenz zur Tabelle/Entität CallbackRegistration

Hinweis

Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.

Callback Registration that stores configuration.

Nachrichten

Nachricht Web-API-Vorgang SDK-Klasse oder -Methode
Create POST [org URI]/api/data/v9.0/callbackregistrations
Weitere Informationen finden Sie unter Erstellen
CreateRequest oder
Create
Delete DELETE [org URI]/api/data/v9.0/callbackregistrations(callbackregistrationid)
Weitere Informationen finden Sie unter Löschen
DeleteRequest oder
Delete
Retrieve GET [org URI]/api/data/v9.0/callbackregistrations(callbackregistrationid)
Weitere Informationen finden Sie unter Abrufen
RetrieveRequest oder
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/callbackregistrations
Weitere Informationen finden Sie unter Daten abfragen
RetrieveMultipleRequest oder
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/callbackregistrations(callbackregistrationid)
Weitere Informationen finden Sie unter Aktualisieren
UpdateRequest oder
Update

Eigenschaften

Eigenschaft Wert
CollectionSchemaName CallbackRegistrations
DisplayCollectionName Callback Registrations
DisplayName Callback Registration
EntitySetName callbackregistrations
IsBPFEntity False
LogicalCollectionName callbackregistrations
LogicalName callbackregistration
OwnershipType UserOwned
PrimaryIdAttribute callbackregistrationid
PrimaryNameAttribute name
SchemaName CallbackRegistration

Schreibbare Spalten/Attribute

Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.

CallbackRegistrationId

Eigenschaft Wert
Description Unique identifier of the callback registration.
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName callbackregistrationid
RequiredLevel SystemRequired
Type Uniqueidentifier

EntityName

Eigenschaft Wert
Description Entity Name.
DisplayName Entity Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName entityname
MaxLength 255
RequiredLevel SystemRequired
Type String

FilterExpression

Eigenschaft Wert
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

Eigenschaft Wert
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

Hinzugefügt von: CallbackRegistrationApp Solution-Lösung

Eigenschaft Wert
Description For internal use only. Holds hard delete information.
DisplayName Hard Delete
IsValidForForm False
IsValidForRead True
LogicalName harddelete
RequiredLevel SystemRequired
Type Boolean

HardDelete Auswahlen/Optionen

Wert Etikett Beschreibung

LogicAppsVersion

Hinzugefügt von: CallbackRegistrationApp Solution-Lösung

Eigenschaft Wert
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

Eigenschaft Wert
Description Specifies the message type
DisplayName Specifies the message type
IsValidForForm True
IsValidForRead True
LogicalName message
RequiredLevel SystemRequired
Type Picklist

Message Auswahlen/Optionen

Wert Etikett Beschreibung
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

Eigenschaft Wert
Description Name of callback registration.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 256
RequiredLevel SystemRequired
Type String

OwnerId

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

PostponeUntil

Eigenschaft Wert
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

Eigenschaft Wert
Description Specifies the user context under which the callback will run
DisplayName RunAs
IsValidForForm True
IsValidForRead True
LogicalName runas
RequiredLevel SystemRequired
Type Picklist

RunAs Auswahlen/Optionen

Wert Etikett Beschreibung
1 Modifying user
2 Row owner
3 Flow owner

RuntimeIntegrationProperties

Hinzugefügt von: RuntimeIntegration-Lösung

Eigenschaft Wert
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

Eigenschaft Wert
Description Specifies the Scope
DisplayName Specifies the scope type
IsValidForForm True
IsValidForRead True
LogicalName scope
RequiredLevel SystemRequired
Type Picklist

Scope Auswahlen/Optionen

Wert Etikett Beschreibung
1 User
2 BusinessUnit
3 ParentChildBusinessUnit
4 Organization

SdkMessageName

Hinzugefügt von: API messages extension solution-Lösung

Eigenschaft Wert
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

Hinzugefügt von: CallbackRegistrationApp Solution-Lösung

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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 Auswahlen/Optionen

Wert Etikett Beschreibung
1 V1
2 V2
3 V3

Schreibgeschützt Spalten/Attribute

Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.

CreatedBy

Eigenschaft Wert
Description Shows who created the record.
DisplayName Created By
IsValidForForm False
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedBy

Eigenschaft Wert
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm False
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OwnerIdName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 100
RequiredLevel None
Type String

OwningTeam

Eigenschaft Wert
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

Eigenschaft Wert
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

Hinzugefügt von: CallbackRegistrationApp Solution-Lösung

Eigenschaft Wert
Description Version number of the callbackregistration.
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Viele-zu-Eins-Beziehungen

Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.

lk_callbackregistration_modifiedonbehalfby

Siehe die lk_callbackregistration_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_callbackregistration_modifiedby

Siehe die lk_callbackregistration_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_callbackregistration_createdonbehalfby

Siehe die lk_callbackregistration_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_callbackregistration_createdby

Siehe die lk_callbackregistration_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

businessunit_callbackregistration

Siehe die businessunit_callbackregistration-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.

Siehe auch

Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz callbackregistration EntityType