SdkMessage table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
Message that is supported by the SDK.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Retrieve | GET [org URI]/api/data/v9.0/sdkmessages(sdkmessageid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/sdkmessages See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | SdkMessages |
| DisplayCollectionName | Sdk Messages |
| DisplayName | Sdk Message |
| EntitySetName | sdkmessages |
| IsBPFEntity | False |
| LogicalCollectionName | sdkmessages |
| LogicalName | sdkmessage |
| OwnershipType | OrganizationOwned |
| PrimaryIdAttribute | sdkmessageid |
| PrimaryNameAttribute | name |
| SchemaName | SdkMessage |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AutoTransact
- Availability
- CategoryName
- ExecutePrivilegeName
- Expand
- IntroducedVersion
- IsActive
- IsPrivate
- IsReadOnly
- Name
- SdkMessageId
- Template
AutoTransact
| Property | Value |
|---|---|
| Description | Information about whether the SDK message is automatically transacted. |
| DisplayName | Auto Transact |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | autotransact |
| RequiredLevel | None |
| Type | Boolean |
AutoTransact Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
Availability
| Property | Value |
|---|---|
| Description | Identifies where a method will be exposed. 0 - Server, 1 - Client, 2 - both. |
| DisplayName | Availability |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | availability |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | SystemRequired |
| Type | Integer |
CategoryName
| Property | Value |
|---|---|
| Description | If this is a categorized method, this is the name, otherwise None. |
| DisplayName | Category Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | categoryname |
| MaxLength | 25 |
| RequiredLevel | SystemRequired |
| Type | String |
ExecutePrivilegeName
Added by: API messages extension solution Solution
| Property | Value |
|---|---|
| Description | Name of the privilege that allows execution of the SDK message |
| DisplayName | Execute Privilege Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | executeprivilegename |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Expand
| Property | Value |
|---|---|
| Description | Indicates whether the SDK message should have its requests expanded per primary entity defined in its filters. |
| DisplayName | Expand |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | expand |
| RequiredLevel | None |
| Type | Boolean |
Expand Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
IntroducedVersion
| Property | Value |
|---|---|
| Description | Version in which the component is introduced. |
| DisplayName | Introduced Version |
| FormatName | VersionNumber |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | introducedversion |
| MaxLength | 48 |
| RequiredLevel | None |
| Type | String |
IsActive
| Property | Value |
|---|---|
| Description | Information about whether the SDK message is active. |
| DisplayName | Is Active |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isactive |
| RequiredLevel | None |
| Type | Boolean |
IsActive Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 1
IsPrivate
| Property | Value |
|---|---|
| Description | Indicates whether the SDK message is private. |
| DisplayName | Is Private |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isprivate |
| RequiredLevel | None |
| Type | Boolean |
IsPrivate Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
IsReadOnly
| Property | Value |
|---|---|
| Description | Identifies whether an SDK message will be ReadOnly or Read Write. false - ReadWrite, true - ReadOnly . |
| DisplayName | Intent |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | isreadonly |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsReadOnly Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
Name
| Property | Value |
|---|---|
| Description | Name of the SDK message. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 256 |
| RequiredLevel | SystemRequired |
| Type | String |
SdkMessageId
| Property | Value |
|---|---|
| Description | Unique identifier of the SDK message entity. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | sdkmessageid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Template
| Property | Value |
|---|---|
| Description | Indicates whether the SDK message is a template. |
| DisplayName | Template |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | template |
| RequiredLevel | None |
| Type | Boolean |
Template Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- ComponentState
- CreatedBy
- CreatedByName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- CustomizationLevel
- IsManaged
- IsValidForExecuteAsync
- ModifiedBy
- ModifiedByName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OverwriteTime
- SdkMessageIdUnique
- SolutionId
- SupportingSolutionId
- ThrottleSettings
- VersionNumber
- WorkflowSdkStepEnabled
ComponentState
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Component State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | componentstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ComponentState Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Published | |
| 1 | Unpublished | |
| 2 | Deleted | |
| 3 | Deleted Unpublished |
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the SDK message. |
| DisplayName | Created By |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the SDK message was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the sdkmessage. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CustomizationLevel
| Property | Value |
|---|---|
| Description | Customization level of the SDK message. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customizationlevel |
| MaxValue | 255 |
| MinValue | -255 |
| RequiredLevel | SystemRequired |
| Type | Integer |
IsManaged
| Property | Value |
|---|---|
| Description | Information that specifies whether this component is managed. |
| DisplayName | State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ismanaged |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsManaged Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Managed | |
| 0 | Unmanaged |
DefaultValue: 0
IsValidForExecuteAsync
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Is Valid for Execute Async |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isvalidforexecuteasync |
| RequiredLevel | None |
| Type | Boolean |
IsValidForExecuteAsync Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who last modified the SDK message. |
| DisplayName | Modified By |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the SDK message was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who last modified the sdkmessage. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OrganizationId
| Property | Value |
|---|---|
| Description | Unique identifier of the organization with which the SDK message is associated. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | SystemRequired |
| Targets | organization |
| Type | Lookup |
OverwriteTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | For internal use only. |
| DisplayName | Record Overwrite Time |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | overwritetime |
| RequiredLevel | SystemRequired |
| Type | DateTime |
SdkMessageIdUnique
| Property | Value |
|---|---|
| Description | Unique identifier of the SDK message. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | sdkmessageidunique |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
SolutionId
| Property | Value |
|---|---|
| Description | Unique identifier of the associated solution. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | solutionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
SupportingSolutionId
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | supportingsolutionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
ThrottleSettings
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Throttle Settings |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | throttlesettings |
| MaxLength | 512 |
| RequiredLevel | None |
| Type | String |
VersionNumber
| Property | Value |
|---|---|
| Description | Number that identifies a specific revision of the SDK message. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
WorkflowSdkStepEnabled
| Property | Value |
|---|---|
| Description | Whether or not the SDK message can be called from a workflow. |
| DisplayName | WorkflowSdkStepEnabled |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | workflowsdkstepenabled |
| RequiredLevel | None |
| Type | Boolean |
WorkflowSdkStepEnabled Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
One-To-Many Relationships
Listed by SchemaName.
- sdkmessageid_sdkmessageprocessingstep
- sdkmessageid_sdkmessagefilter
- sdkmessage_customapi
- sdkmessage_serviceplanmapping
sdkmessageid_sdkmessageprocessingstep
Same as the sdkmessageid_sdkmessageprocessingstep many-to-one relationship for the sdkmessageprocessingstep table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | sdkmessageid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | sdkmessageid_sdkmessageprocessingstep |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
sdkmessageid_sdkmessagefilter
Same as the sdkmessageid_sdkmessagefilter many-to-one relationship for the sdkmessagefilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessagefilter |
| ReferencingAttribute | sdkmessageid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | sdkmessageid_sdkmessagefilter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
sdkmessage_customapi
Added by: Custom API Framework Solution
Same as the sdkmessage_customapi many-to-one relationship for the customapi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | sdkmessageid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | CustomAPIId |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
sdkmessage_serviceplanmapping
Added by: License Enforcement Solution
Same as the sdkmessage_serviceplanmapping many-to-one relationship for the serviceplanmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplanmapping |
| ReferencingAttribute | sdkmessage |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | sdkmessage_serviceplanmapping |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.
- lk_sdkmessage_modifiedonbehalfby
- createdby_sdkmessage
- lk_sdkmessage_createdonbehalfby
- organization_sdkmessage
- modifiedby_sdkmessage
lk_sdkmessage_modifiedonbehalfby
See the lk_sdkmessage_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.
createdby_sdkmessage
See the createdby_sdkmessage one-to-many relationship for the systemuser table/entity.
lk_sdkmessage_createdonbehalfby
See the lk_sdkmessage_createdonbehalfby one-to-many relationship for the systemuser table/entity.
organization_sdkmessage
See the organization_sdkmessage one-to-many relationship for the organization table/entity.
modifiedby_sdkmessage
See the modifiedby_sdkmessage one-to-many relationship for the systemuser table/entity.
See also
About the table reference
Web API Reference
sdkmessage EntityType
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ