Most Popular
1500 questions
26
votes
5 answers
Expanding columns in lookup fields
Using the SharePoint 2013 REST API,
Can I get more than one column from the lookup column by using the $select and $expand endpoints?
Aman Gupta
- 385
- 2
- 4
- 10
25
votes
2 answers
Client Web Part - XsltListViewWebPart
I'm trying to display a list view inside a client web part (for SharePoint hosted App). The below code will work inside an app page but does not render in a client web part. There are no errors being surfaced - the web part itself seems to render…
Jesus Shelby
- 10,860
- 24
- 52
25
votes
6 answers
Sign in as different user in SharePoint 2013
I use SharePoint 2013 and I need to change my current user in my SharePoint site.
How can I change my current user?
How can I add sub menu (sign in as different user) to my menu ?
Ardalan Shahgholi
- 580
- 1
- 8
- 19
25
votes
8 answers
Client-Side Rendering/JS Link documentation?
Has there been any sort of documentation or anything like that released for SharePoint 2013 Client-Side Rendering/JS Link?
Anthing unofficial?
Any dates for when documentation might be released?
brnby
- 317
- 2
- 5
- 13
25
votes
5 answers
Get current user in Client Object Model with javascript?
var ctx = new SP.ClientContext.get_current();
var web = ctx.get_web();
ctx.load(web);
var user = web.get_currentUser();
alert(user);
I used above code to get the current user using JavaScript, but I got an error:
'SP.ClientContext.get_current' is…
Nera
- 528
- 2
- 7
- 11
25
votes
6 answers
How can I authenticate SharePoint REST calls from JavaScript?
I have been banging my head against a wall on this problem for weeks now
Warning and Disclaimer .. I have very little JavaScript experience when it comes to REST / Web Services
I have an on premises SharePoint 2013 server running on a corporate AD…
Martin Hatch
- 1,303
- 3
- 13
- 26
25
votes
2 answers
SPList.Add() vs SPList.AddItem() SharePoint 2010
Using some test code i found out that SPList.AddItem() executes slight faster then SPList.Add() - does anyone know why is it so ?
DateTime start = DateTime.Now;
SPList oList1 = oWeb.Lists["DemoList"];
…
SandeshR
- 1,992
- 17
- 67
- 115
25
votes
2 answers
Contacts Web Database site in SharePoint Server
I created a site of type Contacts Web Database under a team site collection in order to maintain some contacts.
As soon as I created the Contacts Web Database site on the homepage under the 'Address Book' tab there is an error message:
An Error…
GSK
- 371
- 2
- 3
25
votes
4 answers
Will the new SharePoint FrameWork increase speed?
I don't have a benchmark but it seems to me SharePoint Online is getting slower.
This is a fresh new SPOnline Tenant, (News) images being pulled from a Picture Library
Is it me or is this just super slow?
Accessing REST endpoints is not much…
Danny '365CSI' Engelman
- 21,176
- 7
- 35
- 79
25
votes
4 answers
Why are user permissions set in AD not updated immediately to SharePoint?
I have a SharePoint 2010 Foundation installation on Windows 2008 R2 and SQL Server 2008 and using Claims and Windows authentication.
Subsites are visible only to members of a certain group. However, when I add a user to the AD group that has access…
azzlack
- 353
- 1
- 3
- 7
24
votes
2 answers
SharePoint 2013 CSOM: Is it better to pass a Context object around or a Url?
In SharePoint 2013 CSOM is it better to pass a Context object around, or a Url to open a context?
Which would be the best example:
(Please consider there may be a lot of methods preforming tasks)
1) Pass Context, open…
Elliot Wood
- 472
- 1
- 4
- 10
24
votes
1 answer
How do I programmatically work with Exchange Search Results in eDiscovery Center?
I'm working with Exchange search results in eDiscovery Center on Office 365 and trying to find the best way to programmatically retrieve the search result of an eDiscovery query. For SharePoint search, I found I can work with the FAST query API…
ethan
- 371
- 1
- 2
24
votes
1 answer
SharePoint Hybrid Search Setup - Issues with Kerberos 3-Tier Farm
I'm having issues setting up the first leg of a Hybrid environment between my SP2013 Production On-Premise Farm with my SharePoint Online. It's a 3-Tier system with Kerberos authentication enabled, configured, and working correctly. I have an NTLM…
Patrick
- 484
- 3
- 15
24
votes
4 answers
Where can i download the U2U CAML query Builder for Sharepoint 2010?
I have try to download form below links. But the site is not opening.
http://www.u2u.be/res/Tools/files/CamlBuilderSetupv4.0.0.0.zip .
http://www.u2u.be/res/tools/camlquerybuilder.aspx
http://www.u2u.be/Software (In Zip file it has only wsp. file.…
madhan
- 269
- 2
- 3
- 6
24
votes
1 answer
SharePoint 2013 CMIS producer NTLM authentication
I was able to integrate with SharePoint 2013 CMIS producer only by using Basic HTTP Authentication!
According to Microsoft all other authentication methods are available, but so far I wasn't able to connect using NTLM or any other.
BTW using…
Boris R.
- 341
- 1
- 3