No announcements
Found 2639189 threads
-
0 Votes
Retrieving the currently logged on user and uhidding screen control if the user is admin
Use web api to get the user and associated permissions.Answered | 1 Replies | 894 Views | Created by PrinceLunga - Wednesday, October 12, 2016 7:46 AM | Last reply by Hessc - Wednesday, October 12, 2016 6:53 PM -
0 Votes
retrieve logged in user id
Hi, Check this post This script will get you the currently logged on user’s loginID using the client object ...Answered | 2 Replies | 4324 Views | Created by Orrin05 - Friday, November 18, 2011 9:49 PM | Last reply by Orrin05 - Monday, December 5, 2011 3:05 PM -
2 Votes
get current logged in user code
Check out the technet wiki page about this ...Answered | 3 Replies | 3602 Views | Created by orange juice jones - Wednesday, May 23, 2012 8:40 AM | Last reply by Margriet Bruggeman - Wednesday, May 23, 2012 9:02 AM -
0 Votes
validate Admin rights for current user
Hi, you can check if the current user is in Administrators user group with the following code:Answered | 1 Replies | 3161 Views | Created by Company Admin - Tuesday, January 6, 2009 12:33 PM | Last reply by Tomi Airaksinen - Wednesday, January 7, 2009 8:10 AM -
0 Votes
Get current windows logged in users in windows service
Hi Navyatha, If you want to retrieve the list of currently logged on users (locally and remote), take a look ...Answered | 5 Replies | 3101 Views | Created by Navyatha - Thursday, May 3, 2012 10:54 AM | Last reply by Navyatha - Friday, May 18, 2012 5:10 AM -
0 Votes
Problem in retrieving logged in user name in SQL Azure
In SQL Azure you can get the user name (not the login name) using the user_name() built-in You mentioned that you get dbo for your “admin” ...Answered | 5 Replies | 6724 Views | Created by Ashwani Kumar-98 - Sunday, December 6, 2009 8:19 AM | Last reply by Ashwani Kumar-98 - Sunday, December 13, 2009 1:09 PM -
1 Votes
Reg - To get current system logged in user name
Hi, check this link whic discussed about existing code which writes files for the currently logged in user.Answered | 1 Replies | 1273 Views | Created by SIERRATEC - Monday, July 27, 2015 1:17 PM | Last reply by DODWOLF - Monday, July 27, 2015 5:46 PM -
0 Votes
Lookup the groups of current logged-in user
Hi, According to your post, my understanding is that you wanted to control the visibility of views based logged-in user's SharePoint Groups with InfoPath ...Answered | 1 Replies | 1829 Views | Created by Restless Spirit - Monday, September 23, 2013 6:11 AM | Last reply by JasonGuo - Tuesday, September 24, 2013 5:52 AM -
3 Votes
How to get username of currently logged-on user?
In the above code, dwProcessId is the process id of explorer.exe or any other process which we know to be running under the currently logged on user.Answered | 8 Replies | 7666 Views | Created by Neo the 1 - Monday, April 26, 2010 3:18 AM | Last reply by 413X-01 - Sunday, May 9, 2010 3:27 AM -
4 Votes
Get current logged user name in Even Handler
What's more: Within your sandboxed solutions, you can programmatically retrieve the SPUser object associated with the current request.Answered | 5 Replies | 3837 Views | Created by Liakath - Friday, January 11, 2013 5:31 AM | Last reply by GuYuming - Tuesday, January 15, 2013 5:36 AM -
0 Votes
Identify Current Users Logged In
What is the fastest way to identify Specific Users that are logged into SQL Server and Kick them out?Answered | 2 Replies | 6721 Views | Created by bconner - Friday, February 26, 2010 9:01 PM | Last reply by Lekss - Saturday, February 27, 2010 7:37 PM -
0 Votes
How to get the current user logged
SPContext doesn't work because the event reciever isn't running in the context of the user.Answered | 7 Replies | 4864 Views | Created by imughal - Wednesday, April 25, 2012 11:28 AM | Last reply by imughal - Thursday, April 26, 2012 5:42 AM -
1 Votes
Current User
Arjun, Thanks heaps, this sounds like exactly what I wanted, I didnt want the current NT user.Answered | 4 Replies | 2691 Views | Created by maddogskeg - Saturday, January 17, 2009 7:21 AM | Last reply by maddogskeg - Sunday, January 18, 2009 9:48 AM -
0 Votes
People picker default current logged in user
Hi, According to code you provided, the way you select the control will retrieve both the two controls.Answered | 1 Replies | 1159 Views | Created by Share123 - Friday, February 28, 2014 6:39 PM | Last reply by Patrick_Liang - Monday, March 3, 2014 10:13 AM -
0 Votes
Unable to retrieve currently login user name
Hi, SP.ClientContext.get_current().get_web().get_currentUser() should get the current user who access the app.Answered | 3 Replies | 1143 Views | Created by KL4712 - Saturday, January 2, 2016 3:29 AM | Last reply by Victoria Xia - Monday, January 11, 2016 5:53 AM -
0 Votes
Retrieve Permissions programatically for Users
Are you sure that you retrieved the correct user by login name, e.g. that if your site is using claims authentication, then your login name also in claims format?Answered | 4 Replies | 746 Views | Created by Striking Knife - Monday, August 22, 2016 12:56 PM | Last reply by Dennis Guo - Tuesday, August 23, 2016 8:09 AM -
0 Votes
Show edit screen based on logged in user
I found a solution to this by creating a browse screen based on a query and changing its type to edit.Answered | 2 Replies | 1162 Views | Created by BigBee - Saturday, March 22, 2014 12:14 PM | Last reply by Angie Xu - Tuesday, March 25, 2014 7:45 AM -
3 Votes
Sharepoint list - display in a column currently logged user
The logged user won't be displayed if I put in the workflow the action Update List item with field = modified by, it will display the user name of the ...Answered | 11 Replies | 11379 Views | Created by elena_el - Saturday, January 29, 2011 1:02 PM | Last reply by elena_el - Monday, January 31, 2011 2:56 PM -
0 Votes
How to check the GUID of the current logged in user of MPP?
Hi Ram, You can retreive the username of the currently logged in user.Answered | 6 Replies | 10959 Views | Created by kodanda ram kanumuri - Friday, September 24, 2010 2:00 PM | Last reply by Hans.H - Monday, September 27, 2010 9:18 PM -
3 Votes
SharePoint Current logged user name in list
If you want the the current logged in user in the SharePoint list fields use [Me] in the formulas.Answered | 2 Replies | 2899 Views | Created by hrajeee - Monday, February 20, 2017 4:35 PM | Last reply by Rajesh.Sitaraman - Monday, February 20, 2017 6:59 PM - Items 1 to 20 of 2639189 Next ›
No announcements