sdkmessageprocessingstepimage EntityType
Copy of an entity's attributes before or after the core system operation.
- Entity set path:
- [organization URI]/api/data/v9.2/sdkmessageprocessingstepimages
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Sdk Message Processing Step Image
- Primary key:
- sdkmessageprocessingstepimageid
- Primary name column:
- name
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
attributes | Edm.String |
Comma-separated list of attributes that are to be passed into the SDK message processing step image. Display name: Attributes |
||||||||||
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 processing step image was created. Display name: Created On Read only
|
||||||||||
customizationlevel | Edm.Int32 |
Customization level of the SDK message processing step image. Read only
|
||||||||||
description | Edm.String |
Description of the SDK message processing step image. Display name: Description |
||||||||||
entityalias | Edm.String |
Key name used to access the pre-image or post-image property bags in a step. Display name: Entity Alias |
||||||||||
imagetype | Edm.Int32 |
Type of image requested. Display name: Image Type
Default options
|
||||||||||
introducedversion | Edm.String |
Version in which the form is introduced. Display name: Introduced Version |
||||||||||
iscustomizable | BooleanManagedProperty |
Information that specifies whether this component can be customized. Display name: Customizable |
||||||||||
ismanaged | Edm.Boolean |
Read only
Default options
|
||||||||||
messagepropertyname | Edm.String |
Name of the property on the Request message. Display name: Message Property Name |
||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the SDK message processing step was last modified. Display name: Modified By Read only
|
||||||||||
name | Edm.String |
Name of SdkMessage processing step image. Display name: Name |
||||||||||
overwritetime | Edm.DateTimeOffset |
For internal use only. Display name: Record Overwrite Time Read only
|
||||||||||
relatedattributename | Edm.String |
Name of the related entity. Display name: Related Attribute Name |
||||||||||
sdkmessageprocessingstepimageid | Edm.Guid |
Unique identifier of the SDK message processing step image entity. |
||||||||||
sdkmessageprocessingstepimageidunique | Edm.Guid |
Unique identifier of the SDK message processing step image. Read only
|
||||||||||
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display name: Solution Read only
|
||||||||||
versionnumber | Edm.Int64 |
Number that identifies a specific revision of the step image. Read only
|
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 processing step image. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the sdkmessageprocessingstepimage. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the SDK message processing step. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the sdkmessageprocessingstepimage. |
_organizationid_value | organizationid |
Unique identifier of the organization with which the SDK message processing step is associated. |
_sdkmessageprocessingstepid_value | sdkmessageprocessingstepid |
Unique identifier of the SDK message processing step. |
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_sdkmessageprocessingstepimage |
createdonbehalfby | systemuser | lk_sdkmessageprocessingstepimage_createdonbehalfby |
modifiedby | systemuser | modifiedby_sdkmessageprocessingstepimage |
modifiedonbehalfby | systemuser | lk_sdkmessageprocessingstepimage_modifiedonbehalfby |
organizationid | organization | organization_sdkmessageprocessingstepimage |
sdkmessageprocessingstepid | sdkmessageprocessingstep | sdkmessageprocessingstepid_sdkmessageprocessingstepimage |