New CRM SDK Feature - New Query Operators

19 April 2015
Daniel Cai

Query is further enhanced in CRM Online 2015 Update 1 release, which now offers some new query operators that can be used in FetchXML and QueryExpression.


New CRM SDK Feature - Optimistic Concurrency

19 April 2015
Daniel Cai

In your Microsoft Dynamics CRM environment, data changes often happen at the same time for the same record, which sometimes could result in data loss. With the introduction of Optimistic Concurrency feature in CRM Online 2015 Update 1 release, you have a way to detect whether the record has been changed since the last time it was retrieved, which can help mitigate such potential data loss.


New CRM SDK Feature - Transactional Batching

19 April 2015
Daniel Cai

Data integrity is critical to business. Transactional support is one of the important ways to ensure data integrity, which is something that you often run into in your CRM data integration project. The introduction of "Transaction Batching" feature in CRM Online 2015 Update 1 release is an important step forward as it enables an important integration scenario.


New CRM SDK Feature - Entity Change Tracking

19 April 2015
Daniel Cai

In CRM integration projects, there is often a need to track your source data changes in an efficient way. Currently you would typically implement your solution by comparing CRM entity's modifiedon field, which may not provide the desired performance that you require.


New CRM SDK Feature - Plugin Trace Logging

19 April 2015
Daniel Cai

In the past, plugin debugging has been a very challenging task when working with CRM online environment. With the introduction of plugin trace logging feature in the CRM Online 2015 Update 1 release, this has become a much easier job.


New CRM SDK Feature - No more Special Messages for Special Fields

17 April 2015
Daniel Cai

Microsoft Dynamics CRM uses a number of special fields for special purpose, those fields used to require using special SOAP messages in order to write to them. With CRM online 2015 Update 1 release, you no longer have to make special service calls to update those fields, which makes it significantly easier to write integration code, at the same time it now offers much better performance due to the reduced service calls.


New CRM SDK Feature - Upsert

16 April 2015
Daniel Cai

Upsert is an important enhancement that Microsoft Dynamics CRM brought in the 2015 Update 1 release. It can greatly simplify your data integration development.


New CRM SDK Feature - Alternate Keys

16 April 2015
Daniel Cai

In this blog post, I will discuss how you can setup CRM alternate keys and how you can utilize them in your application.


Archive

Tags