SdkMessage
This is a table representing the SdkMessage entities in Dynamics CRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier of the SDK message. |
| AutoTransact | Boolean | False |
Information about whether the SDK message is automatically transacted. |
| Availability | Integer | False |
Identifies where a method will be exposed. 0 - Server, 1 - Client, 2 - both. |
| CategoryName | String | False |
If this is a categorized method, this is the name, otherwise None. |
| CreatedBy_Id | String | True |
Unique identifier of the user who created the SDK message. |
| CreatedBy_LogicalName | String | True | |
| CreatedBy_Name | String | True | |
| CreatedOn | Datetime | True |
Date and time when the SDK message was created. |
| CreatedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who created the sdkmessage. |
| CreatedOnBehalfBy_LogicalName | String | True | |
| CreatedOnBehalfBy_Name | String | True | |
| CustomizationLevel | Integer | True |
Customization level of the SDK message. |
| Expand | Boolean | False |
Indicates whether the SDK message should have its requests expanded per primary entity defined in its filters. |
| IsPrivate | Boolean | False |
Indicates whether the SDK message is private. |
| ModifiedBy_Id | String | True |
Unique identifier of the user who last modified the SDK message. |
| ModifiedBy_LogicalName | String | True | |
| ModifiedBy_Name | String | True | |
| ModifiedOn | Datetime | True |
Date and time when the SDK message was last modified. |
| ModifiedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who last modified the sdkmessage. |
| ModifiedOnBehalfBy_LogicalName | String | True | |
| ModifiedOnBehalfBy_Name | String | True | |
| Name | String | False |
Name of the SDK message. |
| OrganizationId_Id | String | True |
Unique identifier of the organization with which the SDK message is associated. |
| OrganizationId_LogicalName | String | True | |
| OrganizationId_Name | String | True | |
| SdkMessageId | String | False |
Unique identifier of the SDK message entity. |
| SdkMessageIdUnique | String | True |
Unique identifier of the SDK message. |
| Template | Boolean | False |
Indicates whether the SDK message is a template. |
| ThrottleSettings | String | True |
For internal use only. |