Your CRM project doesn’t have to be like this! Magnetism has done many CRM projects that were on-time and on budget. But you will need to be intentional because in general, CRM projects are like most projects and most projects go over budget. In July 1997, the proposed new Scottish Parliament bui
Read the full article hereYour CRM project doesn’t have to be like this! Magnetism has done many CRM projects that were on-time and on budget. But you will need to be intentional because in general, CRM projects are like most projects and most projects go over budget. In July 1997, the proposed new Scottish Parliament bui
Read the full article hereCRM charts are really useful for displaying data in a summarised format, giving users a very clear picture of their data. When designing a chart, you will set the 'Horizontal (Category) Axis Labels' This is a wordy way of of asking ‘What do you want to group things by’. For example, you may want to
Read the full article hereCRM charts are really useful for displaying data in a summarised format, giving users a very clear picture of their data. When designing a chart, you will set the 'Horizontal (Category) Axis Labels' This is a wordy way of of asking ‘What do you want to group things by’. For example, you may want to
Read the full article hereIn this article I will demonstrate the use of Capacity when using the Service Scheduling Engine in Microsoft Dynamics CRM. I will demonstrate this using the example of a Service for the delivery of a one day “Service Scheduling Training” course. This example is similar to a scenario demonstrated in
Read the full article hereIn this article I will demonstrate the use of Capacity when using the Service Scheduling Engine in Microsoft Dynamics CRM. I will demonstrate this using the example of a Service for the delivery of a one day “Service Scheduling Training” course. This example is similar to a scenario demonstrated in
Read the full article hereWhen writing a plugin on the “Merge” message in Microsoft Dynamics CRM, there are three entities you need to work with – although the merge function in CRM is only performed on two records at a time. These are the “Master”, “Subordinate”, and “UpdateContent” entities. When a merge is performed, a t
Read the full article hereWhen writing a plugin on the “Merge” message in Microsoft Dynamics CRM, there are three entities you need to work with – although the merge function in CRM is only performed on two records at a time. These are the “Master”, “Subordinate”, and “UpdateContent” entities. When a merge is performed, a t
Read the full article hereConcept of Webhooks Vend has its own REST APIs that can be called using .NET or any other platform. For example retrieving all customers by calling the /api/customers end point. However due to certain limitations, the Vend team introduced a new concept of accessing data via Webhooks. Webhooks are no
Read the full article hereCRM, Customer Relationship Management, is NOT primarily a software technology. Rather, CRM is a business strategy. Hence the rationale for implementing CRM must be because it is a good strategy for your organisation. Here is my working definition of CRM: “CRM is the business strategy to acqui
Read the full article hereCRM, Customer Relationship Management, is NOT primarily a software technology. Rather, CRM is a business strategy. Hence the rationale for implementing CRM must be because it is a good strategy for your organisation. Here is my working definition of CRM: “CRM is the business strategy to acqui
Read the full article hereRecently I did a data migration from Microsoft Dynamics CRM On-Premise to CRM Online using the SSIS integration toolkit. This tool is useful for migrating data between CRM instances without needing to export everything into Excel spread-sheets or write a console application. While migrating opportun
Read the full article hereEvery time I have to do something with activities in CRM it ends up taking way longer than expected. Unlike most entities in CRM, activities have a lot of unusual relationships and field types, not to mention all the behind the scenes processes which tend to not like when you introduce your own cust
Read the full article hereEvery time I have to do something with activities in CRM it ends up taking way longer than expected. Unlike most entities in CRM, activities have a lot of unusual relationships and field types, not to mention all the behind the scenes processes which tend to not like when you introduce your own cust
Read the full article hereWhile writing a report using FetchXML, I needed to perform aggregation on a linked-entity where I encountered a problem in that fields that are not aggregated have to be grouped. For most fields this is fine; however, for DateTime data types this can be problematic as you cannot group by a date on i
Read the full article here