crm - How to impersonate a IOrganizationService -


once iorganizationservice object instanciated, it´s possible impersonate?

better...

how impersonate instanciated iorganizationservice object?

   iorganizationservicefactory servicefactory = executioncontext.getextension<iorganizationservicefactory>();             iorganizationservice service = servicefactory.createorganizationservice(someuserid); 

Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -