Questions tagged [sharepoint]

For SharePoint-specific questions, please see the SharePoint Stack Exchange (https://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration and web publishing.

Wiki

Microsoft SharePoint is a software platform and a family of software products developed by Microsoft for collaboration and web publishing combined. These capabilities include developing web sites, portals, intranets, content management systems, search engines, wikis, blogs, and other tools for business intelligence and collaboration.

SharePoint comprises a multipurpose set of Web technologies backed by a common technical infrastructure. By default, SharePoint has a Microsoft Office-like interface, and it is closely integrated with the Office suite.


Products

This family of products include:

  • Microsoft SharePoint 2010
  • Microsoft SharePoint 2013
  • Microsoft SharePoint 2016
  • Microsoft SharePoint 2019
  • Microsoft SharePoint Online (Office 365)
  • Microsoft Office SharePoint Server
  • Windows SharePoint Services
  • Microsoft SharePoint Foundation
  • Microsoft Search Server
  • Microsoft SharePoint Designer
  • Microsoft SharePoint Workspace

Documentation


Tag usage

The tag can be used for programming related questions which may involve implementation of SharePoint technologies. For SharePoint-specific questions, please visit the SharePoint Stack Exchange.


Wiki links

29091 questions
4
votes
1 answer

No "Save Site As Template" link in SharePoint 2013

I'm having the same issue described in this post. But the solutions I see everywhere don't apply to my case. That is, publishing features, site collection and site level, are both deactivated, and still, no "Save Site as Template" button. Ideas,…
Ariel
  • 5,752
  • 5
  • 49
  • 59
4
votes
1 answer

Is it possible to call a c# WebService with current windows user credentials?

I have a small C# ASP.Net WebService. I like to call this WebService from a windows Client and do some things on a SharePoint Document Library. (e.g. uploading a file) But if I upload a file it will be executed with the credentials from the…
Simon
  • 377
  • 2
  • 11
  • 30
4
votes
1 answer

How to Run Excel macro from SharePoint?

I have a document library in SharePoint. I export to Excel and then run a macro stored in my personal workbook to manipulate the data. Can the macro be stored in SharePoint and run against Excel from there?
Spiderman
  • 81
  • 2
  • 2
  • 8
4
votes
1 answer

SharePoint - Scheduled Workflows

Is there any 'out of the box' feature in SharePoint to allow you to schedule a workflow?
JD-Daz
  • 61
  • 2
  • 5
4
votes
1 answer

SharePoint 2010 Value does not fall within the expected range

On the development server everything was OK but after deployment there is an ArgumentException: Value does not fall within the expected range. Unfortunately, there is no way to directly debug failing web part so i've got only some log information…
Enam
  • 1,268
  • 1
  • 9
  • 16
4
votes
2 answers

Sharepoint Timer Job - Which server does the job execute on?

If I install a (timer job) feature to a Sharepoint front end server within a farm, which server executes the job? All of them? The job is locked at the job level, and the Execute method calls a web service on one specific machine on the farm, which…
OldBoy
  • 230
  • 4
  • 12
4
votes
1 answer

How to get a list of SharePoint users by pattern name

I'm using SharePoint API to write an iPhone/iPad client. The GetUserCollectionFromSite method returns all the users. I have searched in MSDN…
4
votes
7 answers

How do I customize the print layout of a SharePoint list item?

i need to be able to produce a "pretty" printout of an individual list item's values, with the goals being: get rid of all navigation organize data as it would appear on a typical paper form (a customer requirement) i'm avoiding using InfoPath at…
just mike
  • 1,164
  • 3
  • 12
  • 22
4
votes
3 answers

Get list of installed apps using Client Object Model

I have been trying hard to find any example, resource which explains how to get a list of installed apps in SharePoint 2013 environment using Client Object Model. So far I have found nothing. Could you please share some links if you happen to know…
4
votes
1 answer

sharepoint 2013 people search - custom facets

I added a new custom property to my user properties store (Intranet Department). It is attached to a term set. For my profiles, I have selected one of the terms for the custom property I created. I also have a search page with a search box,…
Chris Eaheart
  • 548
  • 2
  • 7
  • 25
4
votes
1 answer

Decimal.Parse/Double.Parse Returns a Value without the Decimal Point

I am working with workflows in Sharepoint 2007. In the Workflow I am accessing a Inforpath form the Code Behind and add some Recurring values to a Sharepoint List. string strProfitMargin = ProfitMargin; decimal margin1 =…
SPKan
  • 555
  • 2
  • 12
  • 26
4
votes
3 answers

How to change the deployment URL in a sharepoint hosted app later?

I downloaded this microsoft example for a sharepoint hosted app. When I build an app myself I can set the deployment URL. While this seems a very simple action I can't find how to change or update it later, when it is already set. So how can I set…
Nick N.
  • 12,902
  • 7
  • 57
  • 75
4
votes
2 answers

How to update a multi-choice field in sharepoint with WCF/Rest web services?

I've been looking for this on the web for 4 days, and i still have no clue why my code isn't working... I'm using an ASP.NET MVC 4 application with a service reference to a sharepoint listData in order to CRUD datas. Here is how i retrieve my…
user1800356
  • 295
  • 4
  • 13
4
votes
4 answers

Change SharePoint default date time format to dd MMM yyyy

How do we change SharePoint default date time format to dd MMM yyyy( e.g., 1 May 2013), We can change regional setting to change date format but i can not find anything which display month as word. I am referring following article it seems working…
Nikhil Patel
  • 39
  • 1
  • 1
  • 5
4
votes
3 answers

Popularity of MVP for SharePoint WebParts

Is it a popular techinque to use the Model View Presenter (MVP) design pattern when creating Web Parts for SharePoint? It seems (to me) that this pattern is applied more often in the custom application space. So, if you have any thoughts on this,…
9b5b
  • 1,508
  • 11
  • 20
1 2 3
99
100