Hi Everyone,
We're starting to update our solutions and associated applications to interact with CRM 2016 On Prem.
I've generated the XRM class using the sdk bundled utility, but i'm having an issue actually using it as I had done previously.
We'd recently create a variable, assign a new XrmServiceContext as pass a string of "XRM", but this no longer works as the method now wants an IOrganizationService. Is anyone able to point me in the right direction?
Below is the Syntax we had used previously.
var xrm = new XrmServiceContext("Xrm");
var cnx = new CRMEntities();
The app just calls some records, changes a field or two and then saves back to the database.
Thanks in advance
B
*This post is locked for comments