Hi all,
I have a web app that connect to my CRM. I use C#.
I connect to CRM with my credential because I'm admin in CRM.
But my app is used from others CRM user and I need to know who is systemuser CRM that use app.
I need the same of Xrm.Page.context used in js or the same context used in plugin, but I have the problem that I connect to CRM with my user. So If I use WhoAmIRequest class I have my userid and not the userid of the user that use my web app.
Is it possible know this? Do I change my login with user login in CRM?
Thanks