Pages

Search This Blog

Wednesday, November 9, 2016

Create the price list item while importing product data in Microsoft Dynamics CRM

Whenever we import product data using XML spread sheet in Microsoft Dynamics CRM the "Default Price List" is set to blank so to make the imported products available to use in Opportunity we need to set the "Default Price List" so if we import thousand of products then we do not want to set price list manually one by one. So instead of manual approach we can create a plugin which will set default price list while importing products.

Below is the snippet code:



register the above plugin for product entity using plugin registration tool from SDK  as shown below:







No comments:

Post a Comment