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

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -