Top "Sharepoint-list" questions

Use this tag to identify questions related to the developing against SharePoint Lists including built-in lists like document libraries, event lists, discussion lists etc.

Change SharePoint Library URL

How do you change the URI of a SharePoint library? Based on Google searching, most people say that changing the …

sharepoint sharepoint-2010 sharepoint-designer sharepoint-list
Prevent SharePoint list item deletion

How can I prevent users from deleting sharepoint task list item? Should i override the ItemDeleting event or is there …

sharepoint sharepoint-2007 sharepoint-list
Update multiple SharePoint list Items

I have an InfoPath form that, when submitted to a SharePoint Form Library, also adds a single item to a …

sharepoint sharepoint-2010 infopath sharepoint-designer sharepoint-list
'PrimitiveValue' node with non-null value was found when trying to read the value of a navigation property;

How can I save document library lookup field using REST API Post in a SharePoint list? I tried like 'docItem':…

sharepoint-2013 sharepoint-list sharepointdocumentlibrary
How to show only the year field in Sharepoint date and time(Today)

I want a field in which only the year of the present date(Today) is shown.I had tried many …

sharepoint sharepoint-2010 sharepoint-list
Retrieving sharepoint lists using SOAP

I am trying to pull specific data points from a sharepoint list using VBA and SOAP. However, I am very …

sharepoint soap sharepoint-list
Using R to connect to a sharepoint list

Has anyone been able to import a SharePoint list in R as a dataframe? I have two separate data sources, …

r sharepoint dataframe sharepoint-list
Delete all rows in sharepoint list using Client Context and CAML Query

I am new to SharePoint and want to delete all rows in a SharePoint list using C# ClientContext class and …

c#-4.0 sharepoint sharepoint-2010 sharepoint-list sharepoint-clientobject
The proper way to write a SharePoint User to a User Field in a SharePoint list

I'm writing a user to a SharePoint list. I've read that the SharePoint User field has a string like this …

sharepoint sharepoint-2013 sharepoint-list csom sharepoint-online
Read a SharePoint List and put the data on a HTML file through JavaScript function

I have a SharePoint URL which is just a SharePoint list with some columns and rows of data. I will …

javascript html sharepoint sharepoint-list