sdkmessagefilter EntityType
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: Filter that defines which SDK messages are valid for each type of entity.
Entity Set path:[organization URI]/api/data/v8.2/sdkmessagefilters
Base Type: crmbaseentity EntityType
Display Name: Sdk Message Filter
Primary Key: sdkmessagefilterid
Properties
Lookup Properties
Single-valued navigation properties
Collection-valued navigation properties
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name |
Type |
Details |
---|---|---|
availability |
Edm.Int32 |
Description: Identifies where a method will be exposed. 0 - Server, 1 - Client, 2 - both. Display Name: Availability |
createdon |
Edm.DateTimeOffset |
Description: Date and time when the SDK message filter was created. Display Name: Created On Read-only property |
customizationlevel |
Edm.Int32 |
Description: Customization level of the SDK message filter. Read-only property |
iscustomprocessingstepallowed |
Edm.Boolean |
Description: Indicates whether a custom SDK message processing step is allowed. Default Options: 1 : Yes Display Name: Custom Processing Step Allowed |
isvisible |
Edm.Boolean |
Description: Indicates whether the filter should be visible. Default Options: 1 : Yes Read-only property |
modifiedon |
Edm.DateTimeOffset |
Description: Date and time when the SDK message filter was last modified. Display Name: Modified On Read-only property |
primaryobjecttypecode |
Edm.String |
Description: Type of entity with which the SDK message filter is primarily associated. Display Name: Primary Object Type Code Read-only property |
sdkmessagefilterid |
Edm.Guid |
Description: Unique identifier of the SDK message filter entity. |
sdkmessagefilteridunique |
Edm.Guid |
Description: Unique identifier of the SDK message filter. Read-only property |
secondaryobjecttypecode |
Edm.String |
Description: Type of entity with which the SDK message filter is secondarily associated. Display Name: Secondary Object Type Code Read-only property |
versionnumber |
Edm.Int64 |
Description: Read-only property |
workflowsdkstepenabled |
Edm.Boolean |
Description: Whether or not the SDK message can be called from a workflow. Default Options: 1 : Yes Display Name: WorkflowSdkStepEnabled Read-only property |
Lookup Properties
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 filter. |
_createdonbehalfby_value |
createdonbehalfby |
Unique identifier of the delegate user who created the sdkmessagefilter. |
_modifiedby_value |
modifiedby |
Unique identifier of the user who last modified the SDK message filter. |
_modifiedonbehalfby_value |
modifiedonbehalfby |
Unique identifier of the delegate user who last modified the sdkmessagefilter. |
_organizationid_value |
organizationid |
Unique identifier of the organization with which the SDK message filter is associated. |
_sdkmessageid_value |
sdkmessageid |
Unique identifier of the related SDK message. |
Single-valued navigation properties
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 |
createdby_sdkmessagefilter |
|
createdonbehalfby |
lk_sdkmessagefilter_createdonbehalfby |
|
modifiedby |
modifiedby_sdkmessagefilter |
|
modifiedonbehalfby |
lk_sdkmessagefilter_modifiedonbehalfby |
|
organizationid |
organization_sdkmessagefilter |
|
sdkmessageid |
sdkmessageid_sdkmessagefilter |
Collection-valued navigation properties
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 |
---|---|---|
sdkmessagefilterid_sdkmessageprocessingstep |
sdkmessagefilterid |
See Also
Use the Microsoft Dynamics 365 Web API
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright