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
Display Name
Sdk Message Processing Step Image
Primary Key
sdkmessageprocessingstepimageid
Primary Key Attribute
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
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
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
Values Label
0 PreImage
1 PostImage
2 Both
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
Values Label
1 Managed
0 Unmanaged
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

See also