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
Post a Comment