CrmServiceClient.ImportDataMapToCrm Method (String, Boolean, Boolean)
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Used to upload a data map to the CRM
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
public Guid ImportDataMapToCrm( string dataMapXml, bool replaceIds = true, bool dataMapXmlIsFilePath = false )
Parameters
- dataMapXml
-
Type:
System.String
XML of the datamap in string form
- replaceIds
-
Type:
System.Boolean
True to have CRM replace ID's on inbound data, False to have inbound data retain its ID's
- dataMapXmlIsFilePath
-
Type:
System.Boolean
if true, dataMapXml is expected to be a File name and path to load.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: