transformationparametermapping EntityType
In a data map, defines parameters for a transformation.
- Entity set path:
 - [organization URI]/api/data/v9.2/transformationparametermappings
 - Base type:
 - crmbaseentity
 - Display name:
 - Transformation Parameter Mapping
 - Primary key:
 - transformationparametermappingid
 - Primary name column:
 - data
 - 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
								 
					
  | 
				||||||||||
| createdon | Edm.DateTimeOffset | 
							 Date and time when the transformation parameter mapping was created. Display name: Created On Read only 
					 | 
				||||||||||
| data | Edm.String | 
							 Transformation data for transformation parameter Display name: Data  | 
				||||||||||
| datatypecode | Edm.Int32 | 
							 Data type of the transformation parameter. Display name: Parameter Data Type 
								Default options
								 
					
  | 
				||||||||||
| 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
								 
					
  | 
				||||||||||
| modifiedon | Edm.DateTimeOffset | 
							 Date and time when the transformation parameter mapping was last modified. Display name: Modified On Read only 
					 | 
				||||||||||
| overwritetime | Edm.DateTimeOffset | 
							 For internal use only. Display name: Record Overwrite Time Read only 
					 | 
				||||||||||
| parameterarrayindex | Edm.Int32 | 
							 Index of the array if the input parameter is an array. Display name: Parameter Array Index  | 
				||||||||||
| parametersequence | Edm.Int32 | 
							 Parameter sequence number. Display name: Parameter Sequence  | 
				||||||||||
| parametertypecode | Edm.Int32 | 
							 Type of transformation parameter. Display name: Parameter Type 
								Default options
								 
					
  | 
				||||||||||
| solutionid | Edm.Guid | 
							 Unique identifier of the associated solution. Display name: Solution Read only 
					 | 
				||||||||||
| transformationparametermappingid | Edm.Guid | 
							 Unique identifier of the transformation parameter mapping.  | 
				||||||||||
| transformationparametermappingidunique | Edm.Guid | 
							 Unique identifier of the Transformation Parameter Mapping. 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 parameter mapping.  | 
				
| _createdonbehalfby_value | createdonbehalfby | 
							 Unique identifier of the delegate user who created the transformationparametermapping.  | 
				
| _modifiedby_value | modifiedby | 
							 Unique identifier of the user who last modified the transformation parameter mapping.  | 
				
| _modifiedonbehalfby_value | modifiedonbehalfby | 
							 Unique identifier of the delegate user who last modified the transformationparametermapping.  | 
				
| _transformationmappingid_value | transformationmappingid | 
							 Unique identifier of the transformation with which the parameter is associated.  | 
				
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 | lk_transformationparametermapping_createdby | 
| createdonbehalfby | systemuser | lk_transformationparametermapping_createdonbehalfby | 
| modifiedby | systemuser | lk_transformationparametermapping_modifiedby | 
| modifiedonbehalfby | systemuser | lk_transformationparametermapping_modifiedonbehalfby | 
| transformationmappingid | transformationmapping | TransformationParameterMapping_TransformationMapping | 
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 | 
|---|---|---|
| LookUpMapping_TransformationParameterMapping | lookupmapping | transformationparametermappingid |