User Identification
Jun 22, 2018
06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 22, 2018
06:12 AM
User Identification
Hi,
I have an scenario where, I have 10 users and there is a particular mashup where all the 10 users have access to and can edit it are using it and there is an option to like save button to save a text from the mashup to sql.
In this case, I wanted to know which user is saving what data in sql.
How can I make this possible?
Please provide some help.
Thanks,
V Shalini.
Labels:
1 REPLY 1
Jun 22, 2018
09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 22, 2018
09:16 AM
On a custom service you can use the snippet GetCurrentUser:
var currentUserName = Resources["CurrentSessionInfo"].GetCurrentUser();
