Originally posted on Salim Adamon – Dynamics 365 Blog:
I have managed to be in the Dynamics CRM/365 world for over 7 years without having to write a single plugin on Retrieve and Retrieve Multiple. The recommendation that I give is to stay away from those. The reason is simple, it sounds horrible from a performance…
Monthly Archives: December 2016
Get the list of all the dirty fields in the form in Dynamics 365
Originally posted on Nishant Rana's Weblog:
Hi, Recently on opening our opportunity entity records we were getting unsaved changes message. To quickly get the list of all the fields Open the debugger tool and put the following script in the console window frames[0].Xrm.Page.data.entity.getDataXml(); Check this thread http://stackoverflow.com/questions/32735019/dirty-form-with-no-dirty-fields-on-crm-2015-online Hope it helps..
Crm Exception: Message: Customer lookup [CustomerId] is invalid. Customer lookups can only be associated with 1 Account and 1 Contact error while importing solution in CRM
Originally posted on Nishant Rana's Weblog:
While trying to import solution to our test environment from our dev environment we got the below error “Crm Exception: Message: Customer lookup [CustomerId] is invalid. Customer lookups can only be associated with 1 Account and 1 Contact” The way we got it fixed Unzip the solution and…
Web API Enhancements -Dynamics 365
Hey Techies, I was going through new What’s new for Developers and found some thing useful for the developers who uses Web API. We may need to retrieve entity as soon as you created/updated. To do this we had to do two operations before Create/Update Retrieve with this new update we can do the bothContinue reading “Web API Enhancements -Dynamics 365”