Share via


Référence d’entité/de table TransformationParameterMapping

Notes

Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.

In a data map, defines parameters for a transformation.

Messages

Message Opération de l'API web Classe ou méthode SDK
Create POST [org URI]/api/data/v9.0/transformationparametermappings
Voir Créer
CreateRequest ou
Create
Delete DELETE [org URI]/api/data/v9.0/transformationparametermappings(transformationparametermappingid)
Voir Supprimer
DeleteRequest ou
Delete
Retrieve GET [org URI]/api/data/v9.0/transformationparametermappings(transformationparametermappingid)
Voir Récupérer
RetrieveRequest ou
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/transformationparametermappings
Voir Rechercher des données
RetrieveMultipleRequest ou
RetrieveMultiple

Propriétés

Propriété Valeur
CollectionSchemaName TransformationParameterMappings
DisplayCollectionName Transformation Parameter Mappings
DisplayName Transformation Parameter Mapping
EntitySetName transformationparametermappings
IsBPFEntity False
LogicalCollectionName transformationparametermappings
LogicalName transformationparametermapping
OwnershipType None
PrimaryIdAttribute transformationparametermappingid
PrimaryNameAttribute data
SchemaName TransformationParameterMapping

Colonnes/Attributs inscriptibles

Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par SchemaName.

Data

Propriété Valeur
Description Transformation data for transformation parameter
DisplayName Data
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName data
MaxLength 500
RequiredLevel None
Type String

DataTypeCode

Propriété Valeur
Description Data type of the transformation parameter.
DisplayName Parameter Data Type
IsValidForForm True
IsValidForRead True
LogicalName datatypecode
RequiredLevel None
Type Picklist

Choix/Options DataTypeCode

Valeur Étiquette Description
0 Reference
1 Value

IntroducedVersion

Propriété Valeur
Description Version in which the component is introduced.
DisplayName Introduced Version
FormatName VersionNumber
IsLocalizable False
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName introducedversion
MaxLength 48
RequiredLevel None
Type String

ParameterArrayIndex

Propriété Valeur
Description Index of the array if the input parameter is an array.
DisplayName Parameter Array Index
Format None
IsValidForForm True
IsValidForRead True
LogicalName parameterarrayindex
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

ParameterSequence

Propriété Valeur
Description Parameter sequence number.
DisplayName Parameter Sequence
Format None
IsValidForForm True
IsValidForRead True
LogicalName parametersequence
MaxValue 2147483647
MinValue 1
RequiredLevel None
Type Integer

ParameterTypeCode

Propriété Valeur
Description Type of transformation parameter.
DisplayName Parameter Type
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName parametertypecode
RequiredLevel None
Type Picklist

Choix/Options ParameterTypeCode

Valeur Étiquette Description
0 Input
1 Output

TransformationMappingId

Propriété Valeur
Description Unique identifier of the transformation with which the parameter is associated.
DisplayName Transformation Mapping Id
IsValidForForm True
IsValidForRead True
LogicalName transformationmappingid
RequiredLevel None
Targets transformationmapping
Type Lookup

TransformationParameterMappingId

Propriété Valeur
Description Unique identifier of the transformation parameter mapping.
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName transformationparametermappingid
RequiredLevel SystemRequired
Type Uniqueidentifier

Colonnes/Attributs en lecture seule

Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.

ComponentState

Propriété Valeur
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

Choix/Options ComponentState

Valeur Étiquette Description
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Propriété Valeur
Description Unique identifier of the user who created the parameter mapping.
DisplayName Created By
IsValidForForm False
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Propriété Valeur
DateTimeBehavior UserLocal
Description Date and time when the transformation parameter mapping was created.
DisplayName Created On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName createdon
RequiredLevel SystemRequired
Type DateTime

CreatedOnBehalfBy

Propriété Valeur
Description Unique identifier of the delegate user who created the transformationparametermapping.
DisplayName Created By (Delegate)
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

IsManaged

Propriété Valeur
Description Information that specifies whether this component is managed.
DisplayName State
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

Choix/Options IsManaged

Valeur Étiquette Description
1 Managed
0 Unmanaged

Valeur par défaut : 0

ModifiedBy

Propriété Valeur
Description Unique identifier of the user who last modified the transformation parameter mapping.
DisplayName Modified By
IsValidForForm False
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Propriété Valeur
DateTimeBehavior UserLocal
Description Date and time when the transformation parameter mapping was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel SystemRequired
Type DateTime

ModifiedOnBehalfBy

Propriété Valeur
Description Unique identifier of the delegate user who last modified the transformationparametermapping.
DisplayName Modified By (Delegate)
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OverwriteTime

Propriété Valeur
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

SolutionId

Propriété Valeur
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Propriété Valeur
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

TransformationMappingIdName

Propriété Valeur
Description Name of the transformation.
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName transformationmappingidname
MaxLength 100
RequiredLevel SystemRequired
Type String

TransformationParameterMappingIdUnique

Propriété Valeur
Description Unique identifier of the Transformation Parameter Mapping.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName transformationparametermappingidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

Relations un-à-plusieurs

Répertorié par SchemaName.

LookUpMapping_TransformationParameterMapping

Identique à la relation plusieurs à un LookUpMapping_TransformationParameterMapping pour la table/entité lookupmapping.

Propriété Valeur
ReferencingEntity lookupmapping
ReferencingAttribute transformationparametermappingid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName LookUpMapping_TransformationParameterMapping
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Relations plusieurs-à-un

Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.

TransformationParameterMapping_TransformationMapping

Voir la relation un à plusieurs TransformationParameterMapping_TransformationMapping pour la table/entité transformationmapping.

lk_transformationparametermapping_modifiedonbehalfby

Voir la relation un à plusieurs lk_transformationparametermapping_modifiedonbehalfby pour la table/entité systemuser.

lk_transformationparametermapping_createdonbehalfby

Voir la relation un à plusieurs lk_transformationparametermapping_createdonbehalfby pour la table/entité systemuser.

lk_transformationparametermapping_modifiedby

Voir la relation un à plusieurs lk_transformationparametermapping_modifiedby pour la table/entité systemuser.

lk_transformationparametermapping_createdby

Voir la relation un à plusieurs lk_transformationparametermapping_createdby pour la table/entité systemuser.

Voir aussi

Référence d’entité/de table Dataverse Référence d’API web transformationparametermapping EntityType