picklistmapping EntityType

In a data map, maps list values from the source file to Microsoft Dynamics 365.

Entity Set Path
[organization URI]/api/data/v9.2/picklistmappings
Base Type
crmbaseentity
Display Name
List Value Mapping
Primary Key
picklistmappingid
Operations Supported
POST GET DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
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 list value mapping was created.

Read Only
introducedversion Edm.String

Version in which the component is introduced.

Display Name: Introduced Version

ismanaged Edm.Boolean

Information that specifies whether this component is managed.

Display Name: State

Read Only
Default Options
Values Label
1 Managed
0 Unmanaged
modifiedon Edm.DateTimeOffset

Date and time when the list value mapping was last modified.

Display Name: Modified On

Read Only
overwritetime Edm.DateTimeOffset

For internal use only.

Display Name: Record Overwrite Time

Read Only
picklistmappingid Edm.Guid

Unique identifier of the picklist mapping.

picklistmappingidunique Edm.Guid

Unique identifier of the Pick List Mapping.

Read Only
processcode Edm.Int32

Information about whether the list value mapping needs to be processed.

Display Name: Process Code

Default Options
Values Label
1 Process
2 Ignore
3 Internal
4 Unmapped
solutionid Edm.Guid

Unique identifier of the associated solution.

Display Name: Solution

Read Only
sourcevalue Edm.String

Source value to be replaced.

Display Name: Source Value

statecode Edm.Int32

Status of the picklist mapping.

Display Name: Status

Read Only
Default Options
Values Label
0 Active
statuscode Edm.Int32

Reason for the status of the picklist mapping.

Display Name: Status Reason

Default Options
Values Label
0 Active
targetvalue Edm.Int32

Microsoft Dynamics 365 list value with which to replace the source value.

Display Name: Target Value

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
_columnmappingid_value columnmappingid

Unique identifier of the column mapping with which this list value mapping is associated.

_createdby_value createdby

Unique identifier of the user who created the list value mapping.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the picklistmapping.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the list value mapping.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified the picklistmapping.

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
columnmappingid columnmapping PickListMapping_ColumnMapping
createdby systemuser lk_picklistmapping_createdby
createdonbehalfby systemuser lk_picklistmapping_createdonbehalfby
modifiedby systemuser lk_picklistmapping_modifiedby
modifiedonbehalfby systemuser lk_picklistmapping_modifiedonbehalfby

See also