Category Archives: Dynamics CRM 2016

Sales Literature in Dynamics CRM

Sales literature stores all the sales information which is used for sales team like brochures, promotional materials and other sales literature materials. Creating Sales Literature- So now we will see how to create and use sales literature in sales process. To create sales literature in Dynamics CRM Go to – Sales → Sales Literature àNew Enter… Read More »

Dynamics CRM 2016 it is!

Well, the news is finally out. The much awaited version that was to be released in fall timeframe this year would be christened “Dynamics CRM 2016” (Read everything about 2016 here) This version as announced, would be an On-Prem as well as Online release. The On-Prem customers would get the much awaited features released as… Read More »

Passing special characters For Odata request using JavaScript in Dynamics CRM 2015

To retrieve records from Dynamics CRM using JavaScript one of the popular options is using CRM Odata services using REST endpoint. There are many situations occurs when we need to retrieve records from CRM by name using REST retrieve multiple request. For example in below script we are retrieving products by product name. While passing… Read More »

Exporting Data from Dynamics CRM using SSIS

Introduction: We have often had sync requests projects where we need to write data from CRM to flat files. Our option until now had been to either Develop a Windows service, that polls at regular intervals to writes the file Develop a Windows app and using the windows task scheduler to schedule to run at… Read More »

Price List selection logic available starting Dynamics CRM 2015 Update 1

Introduction Traditionally Price List in any of the transactions like Opportunities, Quote, Orders or Invoices was set by reading it from Customer. If there was no price list set for the customer, it would be left blank and the user would be required to set it manually. Price List is critical and needs to be… Read More »

Set Address using Lookup Address for locked Address fields in Dynamics CRM

Recently, we had a request, the request is like this, Bill-To address and Ship-To address on the Quote would be locked fields. This means, one way of setting the Bill-To and Ship-To is by using Lookup Address button. So, initially we thought it would be a Cakewalk. We wrote a script and called it on… Read More »