Dynamics 365 - Create OrganizationServiceProxy using IOrganizationService
问题 I have a handler class (some sdk requests are handled here) for a custom entity and this handler is referenced in many plugins/classes. This entity must be reached over admin context instead of calling user. Instead of passing the service "that is created over admin guid" to the handler class, we are trying to impersonate the service inside the handler class. For example; ----- Inside the Plugin ----- IOrganizationServiceFactory factory = (IOrganizationServiceFactory)serviceProvider