Thursday, December 3, 2015

Take a nap - After using Microsoft PowerApp for developing Mobile Applications - For free

Here we go again. Another week of long nights without sleep and nothing but blue light from the screen.
Microsoft #PowerApps was introduced at convergence this week. Awesome. And to be honest - A smart enhancement of the beta project for Siena.
With PowerApps you definitely take the work out of working. You don\t have to do programming / coding - You just configure your way though the way you and your team decide to implement the most user friendly mobil interface for your application.
Use the rich library of connectors to connect to #Microsoft Dynamics #CRM, Nav, SharePoint and... sales force. Why Sales Force? I don't have the perfect answer to that. But being a leader in the IT industry, Microsoft is helping it decision makers to make the right blend of the applications in the infrastructure. Strangely enough, #SFDC is not able to enable same set of features. The power of Microsoft is illustrated in this way too:


But Microsoft is Microsoft. And with the 


Well - Read more about PowerApps here.
And sign up here.

Welcome to a better place.

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.

Monday, August 3, 2015

Microsoft acquires sales gamification vendor incent games

Interesting way of motivating a sales team to get even better results. Read more...

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.



Friday, January 9, 2015

CRM 2015 provisioning for a loooong time

If you experience unacceptable long duration for provisioning of new instances on demobuilder, or if you are logged in to the instance in CRM Online before you have received any messages from Demobuilder and you are only able to see Services and Settings areas, please follow this procedure:
  1. Follow the wizard from demobuilder.cloudapp.net for any demo template you wish to deploy
  2. Monitor the provisioning from history pae in demobuilder
  3. If status is "Provisioning CRM" or similar message for more than 4 hours
    1. log in to portal.offices.com logged ind with the prefix for the organization you are deploying, admin@YOURORG.onmicrosoft.com
    2. in same browser session, enter this url in the address bar: https://port.crm.dynamics.com/G/Setup/Index.aspx
    3. select the settings for you new deployment
    4. monitor the status of your demo history and when status is "Finished" your instance is available wth all the correct settings
Then you should be good to go........