cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

User Identification

svisveswaraiya
17-Peridot

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.

1 REPLY 1

On a custom service you can use the snippet GetCurrentUser:

 

var currentUserName = Resources["CurrentSessionInfo"].GetCurrentUser();

Announcements

Top Tags