Tag Archives: Dynamics CRM

Adding Custom Button on Security area in Dynamics CRM 2015

In Microsoft Dynamics CRM 2015 Security area is introduced which contains entities such as Users, Security Roles and Teams which were present in Administration area in previous versions of Microsoft Dynamics CRM. In this blog we are going to show how we can add Custom Buttons on Application Ribbon of Security area through Ribbon Workbench.… Read More »

Sending Marketing Newsletter From Dynamics CRM

If you want to send marketing newsletter(or any content that has HTML content) to all your Leads/Accounts/Contacts by using Quick Campaign by Email using Email template then you can select the accounts/leads/contacts for which you want to send the newsletter and create quick campaign as shown below. In case you want to send newsletter to specific… Read More »

Automatic record creation or update rules in Dynamics CRM 2015 SP1

Microsoft always believes in making life of people simpler using their product. This is what happens with every update of Dynamics CRM. There was one feature introduced in CRM 2013 to ease the life of CRM users and that feature was Automatic case record creation through email and social monitoring. This was indeed a very… Read More »

Tips for working with Business Rules in Dynamics CRM 2015 Online

Introduction Microsoft Dynamics CRM introduced Business Rules in CRM 2013 which provides custom business logic. You can read more about how to use Business Rules from one of our earlier blogs found here In this blog we are going to show new abilities added in Business Rules for Dynamics CRM Update 1 as well as… Read More »

Querying More than 5000 records in Dynamics CRM

Introduction: There are multiple ways provided in Dynamics CRM SDK to query and read data like Using ODATA Using FetchXML Using Query object ODATA has a limitation where it can return only 50 records at a time. You can ofcourse query more than that but it would be in batches of 50 records at a… Read More »

Converting Date/Time based on user timezone in SSRS reports for Dynamics CRM Online

Converting Date/Time values according to a timezone is quite easy in languages like javascript, C#, etc. but achieving this in SSRS reports is a challenging task. For CRM online we can achieve this using CRM parameter in SSRS reports. We have covered a work around to achieve this functionality in SSRS reports for CRM online.… Read More »

Manage Entitlement terms behavior with Dynamics CRM Online Update 1

Introduction: Entitlements were introduced in CRM 2013 Spring Release. These are an enhancement to the concept of Contracts that has been in Dynamics CRM since its initial release. You can read more about entitlements from one our earlier blogs found here. You could define the entitlement terms that a customer is entitled to. The entitlements… Read More »

Dynamics CRM 2015 Online Update 1 – API support for Transaction

Introduction: As a developer, you always want to perform any database operation in a Transaction so that you have the choice of rollback in case an operation fails. There are many examples where you want either all of your API instructions to succeed or all of them to rollback. If there is only a partial… Read More »