Add System Organization Service to BasePlugin.cs
Add System Organization Service to BasePlugin.cs as below
// Use the factory to generate the System Organization Service.
this.SystemOrganizationService = this.ServiceFactory.CreateOrganizationService(null);
1
vote