Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (1)
CRM 2015 - Javascript - Closing a CRM Form in Javascript

I had the need of adding an additional button to a form "Submit and Close" for business process purposes.In there doing some code, in the end only needed to call to do whatever i needed:Xrm.Page.data.enti...

Dynamics Monster 471
LikeLike (0)
CRM 2015 - Javascript - {Personal Opinion #1 - Considerations on customizing CRM Forms}

Extending a lookup control for people that have been working with CRM sometimes looks like a nightmare, and why? The reason for this is related with upgrades, I remember for instance that form CRM 3.0 to CRM 4.0, t...

Dynamics Monster 471
LikeLike (0)
CRM 2015 oData Vs CRM 2016 Web API - Part 2 - Setting a Lookup Field with NULL

On the subject of CRM 2015 oData Vs CRM 2016 i will be posting the main differences that i have found when upgrading my client code to CRM 2016 Web API.I could start with the methods (Create, Update, Retrieve,....)...

Dynamics Monster 471
LikeLike (0)
My Interview to my friend Deepesh Somani

https://dynamicsofdynamicscrm.wordpress.com/2015/03/30/dynamics-verified-professional-interview-with-pedro-airo/ Hope you enjoy and have a look on his blog, it has really good content.

Dynamics Monster 471
LikeLike (0)
Upgrade from CRM 2015 to CRM 2016

Upgrade from CRM 2015 to CRM 2016 On premiseYesterday was one of those days that i really like to have, i know, sometimes can be really frustrating because of some problems you have to go trough when performing an upgrade.I have performed many upg...

Dynamics Monster 471
LikeLike (0)
CRM 2015 - Using Lookups for Entity Records in Workflows(Processes) or in Views

This can apply for more, but at least is a common issue that we as crm developers, architects, have to deal with (on views and processes).Few projects we need to use in Processes or in Views some Lookups for record...

Dynamics Monster 471
LikeLike (0)
Dynamics 365 - Business Process Flow

This is a nice to have to guide users in terms of filling information based on stages, for instance:The information needed to a contact to be a prospect, probably we only need First Name, Last Name and mobile phone. On the other hand, to become an...

Dynamics Monster 471
LikeLike (0)
CRM 2016 - SDK - New Messages

New messages available in CRM 2016 below: Request class Web API action Description More information CloneAsPatchRequest CloneAsPatch Action Creates a so...

Dynamics Monster 471
LikeLike (0)
Azure API Management - Setting Policies

Your content goes here... <policies> <inbound>        <check-header name="MyHeader1" failed-check-httpcode="401" failed-check-error-message="MyHeader1 header missing!" ignore-case=&q...

Dynamics Monster 471