Saturday, December 6, 2014

Dynamics CRM 2013 - Re-Opening an Opportunity

We just finished migrating our data to Dynamics CRM Online 2013. One of the requirements was to populate the Opportunity Products.

However, the Opportunity objects are mostly close. That's where I found out, that you cannot re-open and opportunity using the early bound classes. 

The work around is to create an UpdateRequest, use the SetState and execute. Below is the code froma fellow CRM Developer.



No comments:

Decode URL with confidence

Yesterday, while configuring a Unified Service Desk to automatically display a dashboard, I need to obtain the Dashboard GUID. The fi...