Hi All,
Hi All I am implementing employee self service portal and calling ms crm web api from portals to perform crud operations. The code works fine but the issue is even though I am testing this as normal user the crud operations showing created on or modified on as system user not the user who Logged into portal
This is self service portal and I created contact for my self and gave access to table i want to perform crud operation. I also created new web role with authentication on and added this table to this new web role. I have associated the web role to my contact.
when I call web api to create records it is showing created by as system user. I want to know how can we have this audit as CRM user. Please note that i am a CRM user and portal user too.
Thank you,
Ingu