Edit

Callback Registration (CallbackRegistration) table/entity reference (Microsoft Dataverse)

Callback Registration that stores configuration.

Messages

The following table lists the messages for the Callback Registration (CallbackRegistration) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
Associate
Event: True
Associate records Associate records
Create
Event: False
POST /callbackregistrations
See Create
Create records
Delete
Event: False
DELETE /callbackregistrations(callbackregistrationid)
See Delete
Delete records
Disassociate
Event: True
Disassociate records Disassociate records
Retrieve
Event: False
GET /callbackregistrations(callbackregistrationid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: False
GET /callbackregistrations
See Query data
Query data
Update
Event: False
PATCH /callbackregistrations(callbackregistrationid)
See Update
Update records
Upsert
Event: False
PATCH /callbackregistrations(callbackregistrationid)
See Upsert a table row
UpsertRequest

Properties

The following table lists selected properties for the Callback Registration (CallbackRegistration) table.

Property Value
DisplayName Callback Registration
DisplayCollectionName Callback Registrations
SchemaName CallbackRegistration
CollectionSchemaName CallbackRegistrations
EntitySetName callbackregistrations
LogicalName callbackregistration
LogicalCollectionName callbackregistrations
PrimaryIdAttribute callbackregistrationid
PrimaryNameAttribute name
TableType Standard
OwnershipType UserOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

CallbackRegistrationId

Property Value
Description Unique identifier of the callback registration.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName callbackregistrationid
RequiredLevel SystemRequired
Type Uniqueidentifier

EntityName

Property Value
Description Entity Name.
DisplayName Entity Name
IsValidForForm True
IsValidForRead True
LogicalName entityname
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 255

FilterExpression

Property Value
Description condition represented with OData $filter syntax
DisplayName Filter Expression
IsValidForForm True
IsValidForRead True
LogicalName filterexpression
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100000

FilteringAttributes

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

HardDelete

Property Value
Description For internal use only. Holds hard delete information.
DisplayName Hard Delete
IsValidForForm False
IsValidForRead True
LogicalName harddelete
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName _callbackregistration_harddelete
DefaultValue False
True Label
False Label

LogicAppsVersion

Property Value
Description For internal use only. Holds version of logic apps trigger.
DisplayName Logic Apps Version
IsValidForForm False
IsValidForRead True
LogicalName logicappsversion
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

Message

Property Value
Description Specifies the message type
DisplayName Specifies the message type
IsValidForForm True
IsValidForRead True
LogicalName message
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue -1
GlobalChoiceName callbackregistration_message

Message Choices/Options

Value Label
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

Property Value
Description Name of callback registration.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

OwnerId

Property Value
Description Unique identifier of the user or team who owns the callback registration.
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Type Owner
Targets systemuser

OwnerIdType

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

PostponeUntil

Property Value
Description delay represented with OData expression
DisplayName Postpone Until
IsValidForForm True
IsValidForRead True
LogicalName postponeuntil
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100000

RunAs

Property Value
Description Specifies the user context under which the callback will run
DisplayName RunAs
IsValidForForm True
IsValidForRead True
LogicalName runas
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue -1
GlobalChoiceName callbackregistration_runas

RunAs Choices/Options

Value Label
1 Modifying user
2 Row owner
3 Flow owner

RuntimeIntegrationProperties

Property Value
Description For internal use only. Holds miscellaneous properties related to runtime integration.
DisplayName Runtime Integration Properties
IsValidForForm False
IsValidForRead True
LogicalName runtimeintegrationproperties
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 512

Scope

Property Value
Description Specifies the Scope
DisplayName Specifies the scope type
IsValidForForm True
IsValidForRead True
LogicalName scope
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue
GlobalChoiceName callbackregistration_scope

Scope Choices/Options

Value Label
1 User
2 BusinessUnit
3 ParentChildBusinessUnit
4 Organization

SdkMessageName

Property Value
Description Name of the SDK message the subscriber is interested in
DisplayName SDK Message Name
IsValidForForm True
IsValidForRead True
LogicalName sdkmessagename
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 256

SoftDeleteStatus

Property Value
Description For internal use only. Holds soft delete information.
DisplayName Soft Delete Status
IsValidForForm False
IsValidForRead True
LogicalName softdeletestatus
RequiredLevel SystemRequired
Type Integer
MaxValue 2147483647
MinValue -2147483648

Url

Property Value
Description Full callback registration Url.
DisplayName