{"id":210,"date":"2009-04-15T11:57:00","date_gmt":"2009-04-15T06:27:00","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=210"},"modified":"2009-04-15T11:57:00","modified_gmt":"2009-04-15T06:27:00","slug":"import-price-lists-in-dynamics-crm","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2009\/04\/import-price-lists-in-dynamics-crm\/","title":{"rendered":"Import Price Lists in Dynamics CRM"},"content":{"rendered":"<p>CRM 3.0 provided limited support for importing data from external files. We were only allowed to import data of few entities like Account, Contact, Lead etc.<br \/>\nThis feature has been greatly enhanced in version 4.0. The import tool now allows to import data into most of the entities. It also allows for Mapping of attribute values especially for Picklist type of attributes.<br \/>\nOne of the shortcomings though is that it doesn\u2019t update existing records. It will always create new records from the import file. The work around for this would be to develop your own custom application using CRM SDK.<br \/>\nWe found that companies receive Price Lists from their vendors on a regular basis and they were required to import and update the prices in CRM for the Products. Since the Import tool would not work in this scenario we had to develop an import tool.<br \/>\nUsing SDK we create\/update Price List Items (the entity that stores the prices). Price Lists Items are created as a unique combination of Product\/Unit and Price List. A change in either of these 3 attributes will result in a new Price List Item record.<br \/>\nOnce we were able to create\/update Price List Item, we extended it further to take care of scenarios where the Product itself does not exist in CRM. In this case to import the price we were required to first create the Product in CRM and then create a Price List Item for that product. Note that Product entity has few of its attributes mandatory so you need to take care of this in the External file so that the product can be created successfully.<br \/>\nWith a successful implementation of this, we went a step further to generalize this tool so that the tool could be used to import and set the values for any of the attributes of Product or Price List Item. This was not too difficult. The only requirement was that the column name in the external file should match the attribute&#8217;s schema name in the Product or Price List Item entity. With this requirement satisfied you can now set the values for custom attributes on your product entity.<br \/>\nAny SDK developer with good knowledge of Dynamics CRM can take the above route and validation to develop an Import tool for repetitively importing product price list in CRM. For those who do not want to reinvent the wheel, you can contact us or any other third party developers who must have developed this product already. More information at<br \/>\n<a href=\"http:\/\/www.inogic.com\/addons_price_list.htm\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.inogic.com\/addons_price_list.htm<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CRM 3.0 provided limited support for importing data from external files. We were only allowed to import data of few entities like Account, Contact, Lead etc. This feature has been greatly enhanced in version 4.0. The import tool now allows to import data into most of the entities. It also allows for Mapping of attribute\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2009\/04\/import-price-lists-in-dynamics-crm\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[19],"tags":[1112],"class_list":["post-210","post","type-post","status-publish","format-standard","hentry","category-dynamics-crm","tag-microsoft-dynamics-crm-add-ons"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=210"}],"version-history":[{"count":0,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/210\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}