Author Archives: Inogic

Dynamics CRM – Q1 – Inogic Blog Popular Posts

Lets re-visit 5 of our most popular blogs last quarter. The ones you have liked, visited, shared and re-tweeted the most. Hope these posts are helping you to explore features of Dynamics CRM in your next assignment: 1. Custom Actions in Dynamics CRM 2015 Online Update 1: Back in 2013 Microsoft introduced the concept of “Custom… Read More: Dynamics CRM – Q1 – Inogic Blog Popular Posts »

Updating Date Values of Existing Records after modifying the Date/Time Behaviour in Dynamics CRM Online Update 1

Introduction In one of our earlier posts found here we had explained how the new date/time behaviour can be used to record date/times in the format that you require, instead of having it store the values in UTC all the time. So you can now go and modify the behaviour of an existing date/time field… Read More: Updating Date Values of Existing Records after modifying the Date/Time… »

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: Tips for working with Business Rules in Dynamics CRM 2015… »

Adding Signature to Emails in Dynamics CRM

Introduction Signatures are very integral part of any emails that are exchanged in present times. Dynamics CRM however does not yet have an OOB way to configure a signature for a user so that when a new Email is created, the signature is automatically added to the email body. There is always the Insert Template… Read More: Adding Signature to Emails in Dynamics CRM »

Microsoft Dynamics CRM E-Training Links

I came across this post on Linked Group a few days back about “CRM 2015 Training” and have been thinking to compile a list of links so that new Dynamics CRM users can benefit from it. Before you start, to familiarize yourself, it’s always better to create a Dynamics CRM Online trial: Dynamics CRM Online… Read More: Microsoft Dynamics CRM E-Training Links »

Support to open an Entity form in a new Window in Dynamics CRM 2015 SP1

Introduction: Every CRM update comes with a lot of goodies for both the developers and the end users, so Dynamics CRM 2015 SP1 was not different. One of such feature is opening a record in a new window. While most of you`ll think, what`s so great in this, we have been doing this since CRM… Read More: Support to open an Entity form in a new Window… »

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: Querying More than 5000 records in Dynamics CRM »

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: Converting Date/Time based on user timezone in SSRS reports for… »

Business analytics using Maps in Dynamics CRM

This is Part 2 of our Maplytics solution series, which allows you to integrate your Dynamics CRM with Bing Maps for all entities. In Part 1, we saw replies to some of common FAQ’s on the solution. Today let’s see some features and how adding this solution to your CRM can help you analyze your… Read More: Business analytics using Maps in Dynamics CRM »

Accessing related entities fields in Calculated Fields formulas in Microsoft Dynamics CRM 2015

Introduction: In our recent blog post about calculated fields we have covered about calculated fields support extended for Date/Time data types in Dynamics CRM 2015 Online Update 1. You can read this blog here. In this blog we will focus on accessing related entities fields in calculated fields formulas. In Calculated fields, you can define… Read More: Accessing related entities fields in Calculated Fields formulas in Microsoft… »