Showing posts with label Dynamics CRM 2015. Show all posts
Showing posts with label Dynamics CRM 2015. Show all posts

Monday, August 24, 2015

Sending PDF reports from Microsoft Dynamics CRM

From time to time companies using Microsoft Dynamics CRM need to send out a PDF with the same layout as in a SRS Report or a document mail merge template.
A challange for the consult could be: What purpose does the PDF serve?
If it is a matter of reporting, why not use PowerBI, a dynamic spread sheet or simply let the potential recipients of the PDF gain access to CRM with a speck dashboard containing the relevant data?
It takes some guts to challenge the business users and system owners to think lateral. My opinion is, that looking at data directly from CRM in CRM involves the user the most, due to the human nature of being curious. Looking at data directly in CRM gives the user the ability to dive in to the data and discover patterns, trends and accuracy.

Well, if the company insists on having a report send in PDF format to a target group, there are different ways of doing this. Some of them are listed here:

  1. Develop a script for a button and a plugin, to wrap the SRS report up as a PDF file and send it to some recipients from a list of contacts or users. This approach requires developer skills.
  2. Use a third party tool like MSCRM Add-Ons (not as neat in charting, hence it is based on word mail merge and designed in MS Word) or one of these ISV solutions: https://pinpoint.microsoft.com/en-jo/Applications/12884949612 http://www.dynamicsobjects.com/Products/DynamicsPDF.aspx
  3. Have the report send as is from the RSR scheduling service. Is only working in an on-prem environment.
Again - In respect for you self and the company you are serving, you should ask the W questions before developing your rarely simple script and plugin.

Happy consulting!


Friday, August 21, 2015

Microsoft Dynamics CRM 2015 UR1 - Beyond the limit with transaction.rollback

In my day to day activities I try to evangelize the beauty of Microsoft Dynamics CRM as being the most obvious choice when it comes to an application framework.
I have developed siloed solution based on code that only i would understand. I have seen CRM and business process management solutions that were build for a specific business audience with some fine features and functions, but with limited flexibility when it comes to integration and extending of the features that came out of the box.

Now Microsoft Dynamics CRM has been here for quite some time. 2001or 2003 depending who you are talking to. It is a long time. And over the years the application it self has increased the number of work areas and features significantly.
A side effect is the structured frame work from where you can build almost everything your heart or business desires. Microsoft tend to promote the product Microsoft Dynamics CRM as a sales productivity solution, having al the necessary workloads for optimal sales, customer care and activity management. Now days analytics, mobility and business processes has reached the status of being on top of mind for CIO's, CFO's and CIO's. And some even love to have the ability to extend the solution with integrations to other Line of Business Applications, External datasources, Social media services and more.

And when the integration work begins with throughly discovery of the capabilities in Microsoft Dynamics CRM used as an applicational platform to support al kind of things, I have quite often preached the importance of following guidelines and best practices when it comes to development of integrations. It is fairly simple to do CRUD operations using the api. With a limited effort it is also possible to validate and test any dependencies and constraints before you make the final commit.
BUT up until update roll up 1 for Microsoft Dynamics CRM 2015, it has not been possible to roll your transactions back, when the commit action was executed. Poor attempts from very skilled developers has been made in an effort to mirror the good old transaction.rollback from Microsoft SQL server. The transaction.rollback can be placed in any part of your function or as part of your exception handling. Good thinking when you are doing CRUD's for entities in a structured relational database. Especially when you are handling thousands or even millions of records based on delta or fulldata sets.

NOW the trick is simple - ExecuteTransactionRequest
Read this very fine article from INOGIC to see a detailed explanation.
http://inogic.com/blog/2015/06/dynamics-crm-2015-online-update-1-api-support-for-transaction-4/

So - Would it be possible to include transactional applications like erp solutions - To have a more integrated and effective line of business application...... Based on a web application.... I think so.

Thursday, June 11, 2015

Modify Sharepoint associated view

So - You want to have the title of any documents displayed in the list of documents on an enity.
With serverside integration to Microsoft Sharepoint it is now possible.

Simply modify the Sharepoint Document entity view called "Sharepoint Document Associated View" like this.



Thursday, December 4, 2014

Customer Care, Configuration, Pricing and Quotation taken to the next level

With the new release of Microsoft Dynamics CMR 2015, Customer Care is taken to the Next level.
 
You have propably read the Whats New sheet provided from Microsoft.
One of the capabilities with this new release is Product Configuration.
MSD CRM partners and Companies using MSD CRM as THE customer relationship management solution, have in the past found that it lacked on features for product configuration, pricing and quotation.
 
Now this is far more advanced in this major release.
Not only do you have product families and hierarchically connected product structures and dependencies. You also have the ability to enter attributes on the product when Building up your quotations.
This is a strong feature that connects directly into the contract management, SLA and entitlement features in MSD CRM.
 
Trying it out is very simple:
- Log in (Create an account in a simple step to gain access)
- Deploy a new instance of any kind (If you choose to deploy the empty one, remember to install the demo data in case you want to see how the O365 product from Microsoft is build up)
- Create a quotation on any entity you feel like, but make sure the selected pricelist is set to a pricelist that actually contains pricelist items
- Observe the feature of entering additional parameter information on the quotation lines and make sure you dive into the products to explore the advanced capabilities for product configuration
 
The new capabilities puts MSD CRM in a very strong position when compeeting with other so called CRM applications and services. Hopefully Gartner, Forester and other will discover this in the nearest assesment they will be doing.
 
Enjoy life - Enjoy Microsoft!
 
 

Monday, December 1, 2014

Unified Service Desk available for MSD CRM 2015

For the early ones: http://www.microsoft.com/en-us/download/details.aspx?id=43110

What is Unified Service Desk?
Mirrors of applications running in an unified application. All configurable in MSD CRM based on helper entities with configuration parameters.
Have call scripts and actions to guide the user behind a call center desk.

Enjoy!

Thursday, November 27, 2014