New answers tagged user-accounts
0
This blogpost describes how to get the current users manager by using the SPservices library.
The SPServices libary can be found on codeplex.
1
This is not an uncommon problem in SharePoint but there are workarounds available. You could make all cases in lowercase and you'll get a match even when there's a case difference. In InfoPath you would do the following to translate all upper cases to lower cases:
translate(userNameField, "ABCDEFGHIJKLMNOPQRSTUVWYXZ", "abcdefghijklmnopqrstuvwyxz")
The ...
0
I had a similar problem a while ago.
I'm still not sure what caused the change but I know what fixed it for me.
My problem was that I needed to grant READ ONLY access to the masterpage in the master page library.
It only happened in one site collection, and once i added All Authenticated Users with read only access the problem was solved.
Top 50 recent answers are included