Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS

$
0
0

Just want to share my experience of using KingswaySoft’s OptionSet Mapping Editor and how easy and efficient it makes to migrate data in Microsoft Dynamics 365 CE.

Here our SQL (OLE DB Source) was having following values for Phone Code field. Here we are doing upsert for the Contact entity.


Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS

However inside CRM, we were only maintaining or dealing with few of the values as shown below for the corresponding field.


Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS

To deal with this situation, inside SSIS Package, drag the Dynamics CRM OptionSet Mapping component.


Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS

In General page, specify the input column of the table and for target properties, specify the CRM Connection Manager, Entity and the field to which we are mapping the input to.


Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS

Here we need to explicitly define input value and option set value mapping, for each of the option set values for the field inside CRM, because the source doesn’t have the “+” appended to it i.e. unmatched values only.

Here we have defined the mapping


Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS

Now for the extra values that source have, we want it to map it to Others option set value inside CRM.

For this in Action Drop-Down select “Replace as an existing option ” and in “Replace as” select the Others option set value.


Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS

If we want to create the missing input value as an option set value we can use Create Option Action


Easily map OptionSet using CRM OptionSet Mapping Editor in SSIS
Set as empty will simply ignore the unmatched input values and would pass blank for them. Leave it as is will not do any manipulation and will pass the input values as it is. Raise an error as the name suggests will throw an exception.

Get all the details here

https://www.kingswaysoft.com/products/ssis-integration-toolkit-for-microsoft-dynamics-365/help-manual/crm/optionset-mapping

Hope it helps..


Viewing all articles
Browse latest Browse all 3160

Trending Articles