sdkmessagefilter Class (CrmService)
Represents a filter that defines which SDK messages are valid for each type of entity.
For a list of methods and messages that operate on this class, see Sdk Message Filter Entity Capabilities.
The sdkmessagefilter class inherits from BusinessEntity. It exposes the following members.
| Constructor | Description |
| sdkmessagefilter | Initializes a new instance of the sdkmessagefilter class. |
| Instance Property | Description |
| availability | Gets where a message is exposed. Gets or sets the SDK message availability to on the server (0), on the client (1), or both (2). |
| createdby | Gets the ID of the user who created the SDK message filter. |
| createdon | Gets the date and time when the SDK message filter was created. |
| createdonbehalfby | Gets the ID of the proxy user who created the SDK message filter record. |
| customizationlevel | Gets the customization level of the SDK message filter. |
| iscustomprocessingstepallowed | Gets or sets the value that enables a custom SDK message processing step. . |
| modifiedby | Gets the ID of the user who last modified the SDK message filter. |
| modifiedon | Gets the date and time when the SDK message filter was last modified. |
| modifiedonbehalfby | Gets the ID of the proxy user who last modified the SDK message filter. |
| organizationid | Gets the ID of the organization associated with the SDK message filter. |
| primaryobjecttypecode | Gets the type of entity associated with which the SDK message filter. |
| sdkmessagefilterid | Gets the ID of the SDK message filter entity. |
| sdkmessagefilteridunique | Gets the ID of the SDK message filter. |
| sdkmessageid | Gets the ID of the related SDK message. |
| secondaryobjecttypecode | Gets the type of entity with which the SDK message filter is secondarily associated. |
Remarks
This table lists only the attributes for a default system. For more information about the entities and attributes in your organization, see the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities. You can change the view to see non-customizable entities.
If you have an on-premise deployment, you can use the Metadata Browser to view the metadata for your organization. For more information, see Using the Metadata Browser.
This entity is not customizable.
Requirements
Web Service: CrmService
See Also
Concepts
Tasks
Reference
© 2009 Microsoft Corporation. All rights reserved.