sdkmessage EntityType

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Description: Message that is supported by the SDK.

Entity Set path:[organization URI]/api/data/v8.2/sdkmessages

Base Type: crmbaseentity EntityType

Display Name: Sdk Message

Primary Key: sdkmessageid

Primary Name Attribute: name

Properties

Lookup Properties

Single-valued navigation properties

Collection-valued navigation properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name

Type

Details

autotransact

Edm.Boolean

Description: Information about whether the SDK message is automatically transacted.

Default Options:

1 : Yes
0 : No

Display Name: Auto Transact

availability

Edm.Int32

Description: Identifies where a method will be exposed. 0 - Server, 1 - Client, 2 - both.

Display Name: Availability

categoryname

Edm.String

Description: If this is a categorized method, this is the name, otherwise None.

Display Name: Category Name

createdon

Edm.DateTimeOffset

Description: Date and time when the SDK message was created.

Display Name: Created On

Read-only property

customizationlevel

Edm.Int32

Description: Customization level of the SDK message.

Read-only property

expand

Edm.Boolean

Description: Indicates whether the SDK message should have its requests expanded per primary entity defined in its filters.

Default Options:

1 : Yes
0 : No

Display Name: Expand

isactive

Edm.Boolean

Description: Information about whether the SDK message is active.

Default Options:

1 : Yes
0 : No

Display Name: Is Active

isprivate

Edm.Boolean

Description: Indicates whether the SDK message is private.

Default Options:

1 : Yes
0 : No

Display Name: Is Private

isreadonly

Edm.Boolean

Description: Identifies whether an SDK message will be ReadOnly or Read Write. false - ReadWrite, true - ReadOnly .

Default Options:

1 : Yes
0 : No

Display Name: Intent

isvalidforexecuteasync

Edm.Boolean

Description: For internal use only.

Default Options:

1 : Yes
0 : No

Display Name: Is Valid for Execute Async

Read-only property

modifiedon

Edm.DateTimeOffset

Description: Date and time when the SDK message was last modified.

Display Name: Modified On

Read-only property

name

Edm.String

Description: Name of the SDK message.

Display Name: Name

sdkmessageid

Edm.Guid

Description: Unique identifier of the SDK message entity.

sdkmessageidunique

Edm.Guid

Description: Unique identifier of the SDK message.

Read-only property

template

Edm.Boolean

Description: Indicates whether the SDK message is a template.

Default Options:

1 : Yes
0 : No

Display Name: Template

throttlesettings

Edm.String

Description: For internal use only.

Display Name: Throttle Settings

Read-only property

versionnumber

Edm.Int64

Description: Number that identifies a specific revision of the SDK message.

Read-only property

workflowsdkstepenabled

Edm.Boolean

Description: Whether or not the SDK message can be called from a workflow.

Default Options:

1 : Yes
0 : No

Display Name: WorkflowSdkStepEnabled

Read-only property

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties

Name

Single-valued navigation property

Description

_createdby_value

createdby

Unique identifier of the user who created the SDK message.

_createdonbehalfby_value

createdonbehalfby

Unique identifier of the delegate user who created the sdkmessage.

_modifiedby_value

modifiedby

Unique identifier of the user who last modified the SDK message.

_modifiedonbehalfby_value

modifiedonbehalfby

Unique identifier of the delegate user who last modified the sdkmessage.

_organizationid_value

organizationid

Unique identifier of the organization with which the SDK message is associated.

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name

Type

Partner

createdby

systemuser EntityType

createdby_sdkmessage

createdonbehalfby

systemuser EntityType

lk_sdkmessage_createdonbehalfby

modifiedby

systemuser EntityType

modifiedby_sdkmessage

modifiedonbehalfby

systemuser EntityType

lk_sdkmessage_modifiedonbehalfby

organizationid

organization EntityType

organization_sdkmessage

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name

Type

Partner

sdkmessageid_sdkmessagefilter

sdkmessagefilter EntityType

sdkmessageid

sdkmessageid_sdkmessageprocessingstep

sdkmessageprocessingstep EntityType

sdkmessageid

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: