locked
CRM 2011 - OFFLINE Plugin Impersonation Possible? Alternatives? RRS feed

  • Question

  • According to MSDN, http://msdn.microsoft.com/en-us/library/gg309416(v=crm.5).aspx   ,:

    "For plug-ins executing offline, any entities created by the plug-in are owned by the logged on user. Impersonation in plug-ins is not supported while in offline mode."

    We have implemented a plugin which creates a Note entity after first deleting the existing Note (if exists).  Thus, always having note more than 1 Note.  The Plugin is registered to run under SYSTEM context.

    Online everything works beautiful.  Offline, the Plugin fails due to the logged in user not having Delete Privilege for the Note entity.

    Is there a supported way to execute the Delete request contained in this Plugin using credentials with the necessary privilege (i.e. NOT the logged on user)?

     

    Tuesday, May 20, 2014 6:05 PM