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

objective c - Deep Linking for iOS Apps which are not installed yet? -

Changing nested dictionary in VBA -

javascript - SignalR sharing connection between 2 apps -