ImportUserMappingMethod Enumeration

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Defines the possible methods for mapping users when importing an organization.

Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

'Declaration
<GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")> _
<DataContractAttribute(Name:="ImportUserMappingMethod", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")> _
Public Enumeration ImportUserMappingMethod
[GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 
[DataContractAttribute(Name="ImportUserMappingMethod", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")] 
public enum ImportUserMappingMethod

Members

Member name Description
ByAccount Specifies to automatically map the users' Active Directory account names to Microsoft Dynamics CRM accounts. Value = 1.
ByMappingXml Specifies custom user account matching options in an XML string. Value = 2.
KeepExisting Specifies to keep the existing user mappings in the organization database. Typically, you select this option if you are importing an organization database that is located in the same Active Directory domain as the Microsoft Dynamics CRM Server where the organization is to be imported. For users external to the Active Directory domain, who were added with their UPN, the user information will be mapped across without any changes or validation. Value = 0.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions), ,Windows 8 (All Versions)

See Also

Reference

Microsoft.Xrm.Sdk.Deployment Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.