Most Popular

1500 questions
8
votes
3 answers

Update List from Excel using VBA

I'm in the enviable position of having to support a client who wants to maintain and manipulate a complicated business spreadsheet in Excel, and then push a selection of that data to a list in SharePoint for consumption by the rest of the…
Dexter
  • 462
  • 2
  • 6
  • 16
8
votes
3 answers

Multiple values of RegistrationId attribute in CustomAction tag

I wonder is there any ability to set not only one but multiple values of RegistrationId in CustomAction tag. I have an elements.xml entry like this:
Dmitriy Inozemtsev
  • 523
  • 10
  • 19
8
votes
2 answers

Export to Excel adds  to currency field in sharepoint 2013

I am trying to export the data to .xls file using below code GridView2.DataSource = dt; GridView2.DataBind(); DirectoryInfo dir = new DirectoryInfo(@"C:\New List Reports"); dir.Create(); StringBuilder Excelfile…
Salim Mandrekar
  • 396
  • 1
  • 3
  • 15
8
votes
3 answers

How do I change the Favicon for my SharePoint install?

Fairly straightforward, I think. I'm running a SharePoint 2010 instance.
newuser
  • 1,547
  • 10
  • 27
  • 50
8
votes
1 answer

Assign Tasks to multiple people with multiple completions

Sharepoint 2010. Question 1: I need to create a task that can be assigned to 1 or more people at the same time, but creates a separate tasks for each of the so that they would mark the task as complete for themselves. The tasks might be "read this…
lukemh
  • 193
  • 1
  • 2
  • 4
8
votes
1 answer

Multiple lines of text not accessible in $select/$expand query : Sharepoint 2013

On-site enterprise install of SP 2013. I have a list called Questions. This list has a Title, ID, and a custom field called "Question" that is a Multiple Line of Text field set to type: Plain Text. I've created a second list called LPA_Questions…
skrile
  • 313
  • 4
  • 8
8
votes
1 answer

The UPDATE permission was denied on the object 'AllListsAux', database 'spContent', schema 'dbo'

Insufficient SQL database permissions for user 'Name: NT AUTHORITY\IUSR SID: S-1-5-17 ImpersonationLevel: Impersonation' in database 'spContent' on SQL Server instance '###' The UPDATE permission was denied on the object 'AllListsAux',…
allegro octopus
  • 2,146
  • 11
  • 44
  • 76
8
votes
4 answers

Refused to execute script from jquery-1.7.2.min.js because MIME type('text/html') is not executable

I am using jquery-1.7.2.min.js as my jQuery library. This is a file that I have saved in my Style Library and I am referencing it in my master page. For some users it is failing and the error they are getting is the following: Refused to execute…
Aziz Qureshi
  • 483
  • 1
  • 6
  • 17
8
votes
4 answers

Change favicon without changing master page

I want to change the favicon for a SharePoint 2013 site without editing the master page. All examples I find either modifies an existing master page, or creates a new one. Is there no other way of doing this, be so with javascript, PowerShell or…
Robert Lindgren
  • 24,520
  • 12
  • 53
  • 79
8
votes
1 answer

CAML query builder that supports inner joins?

I'm Looking for a query builder that can assist me in creating CAML queries that will contain inner joins. Does anything like this exist? Update: To ask my question more clearly, I am looking for a software package that assists in writing these…
JL01
  • 1,219
  • 5
  • 22
  • 36
8
votes
5 answers

Move files into sub-folders in Library in SharePoint 2010

I have been trying to find a way for this one but haven't been able to. It may be right under my nose, so here it goes. We have a Library with couple of folders, sub folders and files. I have been given access to folder and not the Library. Now, I…
Naveen
  • 1,902
  • 3
  • 35
  • 64
8
votes
3 answers

List View Group By not working

I've got a list and I've created a view that shows all items and groups by "Created By". But when I load that view I can't see the list items. I only get the "working on it" message. This grouping works on other lists and when I expand the group…
Txugo
  • 337
  • 5
  • 13
8
votes
3 answers

SharePoint alert Office 2010 email cuts off table

I have an alert set up for a discussion board. We have been using Office 03 just fine, email comes in, the body is shown fully, everything is great. However, when we transferred to Office 2010, not sure if its Outlook 2010 or Excel 2010, but when a…
Mike
  • 12,186
  • 8
  • 41
  • 64
8
votes
1 answer

change NavigateForFormsPages value to true using CSOM

I'm searching for a way to change NavigateForFormsPages property using CSOM but no luck till now. any idea how to do it using CSOM?
Shekar Reddy
  • 1,793
  • 14
  • 26
8
votes
2 answers

Sharepoint REST service

Is there any way of reading the documents names of a Document Library using JavaScript from a web application that is not hosted in SharePoint? by the way, my requirement if for SharePoint 2010 not 2013. I'm trying the REST service but do not see…
MarkXMx
  • 81
  • 1
  • 2