For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://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 ...
0
votes
0answers
5 views
Sharepoint - cannot setup new user as they use it internally
I'm trying to set a user up on sharepoint who already uses the system internally.
The first stage in any normal setup is to get them to sign up for an account by going to here. Once they have an ...
0
votes
0answers
3 views
Threshold in Sharepoint Dashboard Designer For Percentage KPI
I have got a SSAS cube, that has a KPI which has a Value as a percentage. I also have a Goal which is also the target percentage to keep the Value below.
I create the KPI fine, but when I import it ...
0
votes
0answers
7 views
Exchange users can not deliver messages internally
I am not so competent in server things.
I Installed Exchange 2013 on Server 2012 and worked pretty well. Then, I installed SharePoint 2013 Server and managed the ports in Default Application Binding ...
0
votes
0answers
5 views
search the contents based on tags in sharepoint
I'm new to SharePoint's "Search" concept.
I am working on SharePoint 2013 and I have tagged a document in a document library.
For eg., there is a document "SRS.docx" and I have tagged this document ...
0
votes
0answers
11 views
Sharepoint Copying a document and specify target name in same Form Library List
I currently have a form library with a template document working with Sharepoint Designer 2010.
I would like to create a new document based on this template document (in the same list) and change ...
0
votes
0answers
10 views
SharePoint - get list item properties from recycle bin - id is different
I have a List in SharePoint and when I delete a ListItem from that list it goes into the recycle bin. So far so good.
I have a timer job which uses the SPAudit class to get deleted items from that ...
0
votes
1answer
9 views
Multiple Tasks as part of custom List Workflow - Sharepoint 2013
I have a custom list (Employees) and a task list (Applications)
The Employees list has a field that takes in multiple selections from the Applications list.
The Applications list has different tasks ...
0
votes
0answers
7 views
System.Web.Script.Serialization.JavaScriptSerializer Sharepoint Online event receiver solution not working
Running into an extremely weird issue where JavaScriptSerializer makes an event receiver solution fail in Sharepoint Online. The weird part is that it fails silently and it doesn't throw an exception.
...
0
votes
0answers
11 views
Update an item property in SharePoint 2007 using stsadm PowerShell
So what I'd like to automate is updating the status of a SharePoint list item.
I'd like to execute the script and for it to be able to loop through a page's Name column to evaluate the property of ...
0
votes
0answers
10 views
Moss 404 Server '/' Application error
I have Moss 2007. One webapp with multiple site collections. The site collections are grouped via managed paths. 2 WFE's 1 TMG
1. The site may come up when recycling the app pool or doing an iis ...
2
votes
0answers
22 views
Windows authentication on Sharepoint
Update:
OK, this is solved now. The code does work, but the permissions on the Sharepoint server have turned out to have gone awry. So that's a relief.
I'm using VBA to send a request from Excel ...
-2
votes
1answer
19 views
Programmaticaly set a default page layout for publishing pages in SharePoint 2010 [closed]
How to set a default page layout for publishing pages in SharePoint 2010 programmatically?
0
votes
0answers
6 views
Sharepoint webservice call not returning list
I'm sending the following:
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" ...
0
votes
0answers
7 views
How to properly finish a Branched Survey on Sharepoint? [migrated]
I am sorry if this is a very dumb question, but I just don't know how to solve it.
I am doing a Survey that has branched questions. Is a rather complex survey, it has many questions. But I will ...
0
votes
1answer
13 views
Sharepoint: GetList listName returning all list
Two things. I am a noob at Sharepoint stuff and I'm doing this in objective-c. My initial soap call is to get all the list:
//init the soap call format - this gets us all the list on the mobiledev ...