sdkmessagefilter EntityType
Filter that defines which SDK messages are valid for each type of entity.
- Entity set path:
- [organization URI]/api/data/v9.2/sdkmessagefilters
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Sdk Message Filter
- Primary key:
- sdkmessagefilterid
- Primary name column:
- name
- Operations supported:
- GET
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
availability | Edm.Int32 |
Identifies where a method will be exposed. 0 - Server, 1 - Client, 2 - both. Display name: Availability |
||||||||||
componentstate | Edm.Int32 |
For internal use only. Display name: Component State Read only
Default options
|
||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the SDK message filter was created. Display name: Created On Read only
|
||||||||||
customizationlevel | Edm.Int32 |
Customization level of the SDK message filter. Read only
|
||||||||||
introducedversion | Edm.String |
Version in which the component is introduced. Display name: Introduced Version |
||||||||||
iscustomprocessingstepallowed | Edm.Boolean |
Indicates whether a custom SDK message processing step is allowed. Display name: Custom Processing Step Allowed
Default options
|
||||||||||
ismanaged | Edm.Boolean |
Information that specifies whether this component is managed. Display name: State Read only
Default options
|
||||||||||
isvisible | Edm.Boolean |
Indicates whether the filter should be visible. Read only
Default options
|
||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the SDK message filter was last modified. Display name: Modified On Read only
|
||||||||||
name | Edm.String |
Name of the SDK message filter. Display name: Name |
||||||||||
overwritetime | Edm.DateTimeOffset |
For internal use only. Display name: Record Overwrite Time Read only
|
||||||||||
primaryobjecttypecode | Edm.String |
Type of entity with which the SDK message filter is primarily associated. Display name: Primary Object Type Code Read only
|
||||||||||
restrictionlevel | Edm.Int32 |
For internal use only. |
||||||||||
sdkmessagefilterid | Edm.Guid |
Unique identifier of the SDK message filter entity. |
||||||||||
sdkmessagefilteridunique | Edm.Guid |
Unique identifier of the SDK message filter. Read only
|
||||||||||
secondaryobjecttypecode | Edm.String |
Type of entity with which the SDK message filter is secondarily associated. Display name: Secondary Object Type Code Read only
|
||||||||||
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display name: Solution Read only
|
||||||||||
versionnumber | Edm.Int64 |
Read only
|
||||||||||
workflowsdkstepenabled | Edm.Boolean |
Whether or not the SDK message can be called from a workflow. Display name: WorkflowSdkStepEnabled Read only
Default options
|
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 Lookup property data.
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 | systemuser | createdby_sdkmessagefilter |
createdonbehalfby | systemuser | lk_sdkmessagefilter_createdonbehalfby |
modifiedby | systemuser | modifiedby_sdkmessagefilter |
modifiedonbehalfby | systemuser | lk_sdkmessagefilter_modifiedonbehalfby |
organizationid | organization | organization_sdkmessagefilter |
sdkmessageid | sdkmessage | 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 | sdkmessageprocessingstep | sdkmessagefilterid |