Most Popular

1500 questions
32
votes
7 answers

What features have been lost in SharePoint 2013?

There's been a lot of discussion around the new features in SharePoint 2013 ( What is new in SharePoint 2013 ? ), but I'm curious as to what's no longer offered/supported in 2013. Does anyone have a comprehensive list? Currently I'm only aware of…
Stu Pegg
  • 4,623
  • 7
  • 48
  • 91
32
votes
6 answers

SharePoint Online REST API Authentication In POSTMAN

I am trying to authenticate with the REST API for a list in SharePoint Online using POSTMAN. For example, the URL for my site looks something like this: https://mytenantname.sharepoint.com/sites/mysitecollection/_api/web/lists When I go to the URL…
motionpotion
  • 2,247
  • 3
  • 34
  • 57
31
votes
3 answers

REST expand people column

I have a list with a people column called AssignedTo. I'm making a rest call: .../_api/web/Lists/GetByTitle('listname')/Items?$expand=AssignedTo&$select=*,AssignedTo/Title Which is successfully returning the name of the person the item was…
Rothrock
  • 3,010
  • 7
  • 43
  • 92
31
votes
5 answers

How to remove orphaned features

I found some orphaned features under _layouts/ManageFeatures.aspx?Scope=Site but they do not show up when I list them up with powershell (get-spgetfeature -site url). They are not in 14 hive and cannot be found through the SharePoint Manager. What…
lu A
  • 527
  • 3
  • 7
  • 13
31
votes
0 answers

Use CSOM with ADFS credentials from Single Sign-On enabled ASP.NET MVC app

I have the following setup: ADFS 3.0, SharePoint 2013 and the custom ASP.NET MVC app. Both SharePoint and MVC app are configured to use Single Sign-On from ADFS, so once user is logged in via ADFS, he is automatically authenticated in both SP and…
ovolko
  • 456
  • 4
  • 7
30
votes
2 answers

What are some disaster recovery best practices?

What is the best way to back up SharePoint without the backup files using up all your enterprise storage? I am currently backing up SQL weekly(content dbs, config db), and doing site collection backups twice a day, and saving them for 2 weeks. We…
rgwaldron
  • 771
  • 1
  • 8
  • 25
30
votes
13 answers

Sharepoint 2013 extremely slow

We have an new sharepoint 2013 site, Server Virtual and standalone , it has 12 gb ram. This sharepoint user interface extremely slow. In Developer Dashboard we see each aspx page requests waiting about 6-7 second. Have any idea ?
Sefer K
  • 401
  • 1
  • 4
  • 5
30
votes
5 answers

SP.UI.ModalDialog.showModalDialog using the html option

http://msdn.microsoft.com/en-us/library/ff410058.aspx says that you can use the option html to display html text in a modal. I have a string like this; var html = '
Test test
'; Passing this in as the html option causes…
John
  • 3,763
  • 14
  • 58
  • 82
30
votes
4 answers

SPFx: Back to the future? (reloaded)

OK, following my previous post: I stepped back from this SharePoint forum for a few weeks. I tried to dig into the SPFx framework with a good faith. After all, add-ins were crappy (almost MS words), so could not be worse (spoiler: wrong!). Here…
Evariste
  • 9,751
  • 2
  • 20
  • 30
30
votes
4 answers

Create link to "new item" form

I have a sharepoint docuemnt library and i'd like to create a link on my homepage that will launch a new item form associated to my list. Does anyone know what the url would be if my document library is named "test?"
user2825
  • 505
  • 2
  • 6
  • 9
30
votes
7 answers

List of best practices on structuring SharePoint 2010 solutions

I am looking for good guidance on how to structure a SharePoint Solution including: Visual Studio Project Structure Features (how to separate features) Namespaces When to use multiple project containers Are there any good articles, documentation…
Flash265
  • 732
  • 9
  • 21
29
votes
5 answers

Check if user is in a specified group

I would like to check with JavaScript if the current logged user is in a specified and specific group (for example called "Admins Group"). How can I do? Thanks
Pepozzo
  • 1,073
  • 2
  • 15
  • 36
29
votes
4 answers

CAML query limitation of values in IN operator

I have less than 5000 items in my library. I want to get 530 items by ids. So I am using following query. 1 2 . …
Vikram Shityalkar
  • 585
  • 1
  • 4
  • 10
29
votes
3 answers

SharePoint 2013 Jan 2016 Updates

Is anyone here experience problems in SharePoint after installing the latest JAN 2016 on 13th Jan 2016 (Western Australian Time) updates for SharePoint 2013. I am guessing it could be KB3114503 update giving me problems. I am getting the same…
csharpguy76
  • 465
  • 1
  • 4
  • 10
29
votes
5 answers

Can I prevent a user from deleting his MySite

Can I prevent a user from deleting his MySite?
Flo
  • 1,330
  • 12
  • 22