Hello,
I have custom Form OnLoad JS that needs to run under the Admin account no matter what user is logged in. Is there any way to impersonate a user to grant elevated privileges? I read about the possibility of user custom actions, but the MSDN documentation says that custom actions always runs under the context of the calling user. I think I would run into the same issue I'm currently facing since the custom action would run under the logged in user. Has anyone been able to accomplish this?
Thanks