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
3 views
SharePoint 3.0 Save Daily Versions / View Daily Versions
Is there a way to have SharePoint automatically save a copy of its list (spreadsheet) to a file at the end of the day?
My understanding is that versions are just for backup and are triggered by a ...
0
votes
1answer
2 views
Sharepoint 2013 Manage Service Applications - Missing PowerPoint Automation Services
We just did a fresh SharePoint 2013 farm installation and want to manually configure the service applications used - we are not using the Farm Configuration Wizard.
The issue we are facing is that ...
0
votes
1answer
5 views
Sharepoint 2013 PowerPoint Conversion Service - Missing ISAPI Assembly
We are trying to create a SharePoint farm solution using PowerPoint Automation Service. However, we are unable to find the Microsoft.Office.Server.PowerPoint.dll in the Sharepoint 15 ISAPI hive. This ...
0
votes
0answers
5 views
Drop-Down menu doesn't work
I have a problem with the SharePoint 2013 dropdown menu. When I create two links in "Site settings" > "Navigation (Look and Feel)", SharePoint 2013 doesn't show me the dropdown menu.
It will be ...
0
votes
0answers
4 views
ADFS and two Servers on two domains - iframe - prompted twice?
My employer has a local ADFS server. We are using o365/SharePoint Online with ADFS so when you attempt to access a SharePoint cloud site you are take to login page on our network.
I need to develop a ...
0
votes
0answers
12 views
Disable Javascript alert to save content on Closing SharePoint 2007 Editform
I am using a SharePoint 2007 Publishing Site. In one of our Lists Custom Edit Forms, when user tries to close the EditForm Window at browser level, user gets a notification asking if the contents of ...
0
votes
0answers
12 views
Generate unique list item id for all list items in site colection
I need mechanism simillar to Document ID the only difference is I would like to use it for custom list. What is the best approach to generate unique id for all list items in SharePoint site ...
0
votes
1answer
12 views
How to get the list of all sitecollections created in the last 24 hours and print out a custom web property name?
I need to get a list of all site collections in the last 24 hours, and print out a web property(if it exists).
I tried this
$Today = [DateTime]::Today
$Yesterday = $Today.AddDays(-1)
Get-SPSite ...
0
votes
0answers
10 views
Sharepoint 2013 Configuration is hanging on Step 3 and log is filled
I am attempting to run the SharePoint Configuration Wizard. Version 15.0.4420.1017. The wizard appears to run fine through all the setup screens. Once it begins with step 3, I note it has created ...
0
votes
0answers
9 views
SharePoint 2010 adding Summary link as field control on custom page layout - No title appearing
I'm creating a custom page layout for a publishing site collection in SharePoint 2010. I've got my Content Type all set up and it's based off 'Page'. My Content Type contains a Summary Links field. ...
0
votes
1answer
18 views
Disabling the select tag field
I'm having trouble figuring out how to disable a select tag but keeping the selected value visible. The only solution I've found was to remove the items that should not be displayed. The use is that ...
0
votes
1answer
23 views
Trying to delete parent node based on innerHTML - Cannot read property 'nodeValue' of undefined
I need to remove the option to delete attachments. The function I tried to do this with gave me this error: Cannot read property 'nodeValue' of undefined
I tired doing this:
function hideDelete ...
0
votes
0answers
6 views
Document Version History via CSOM
I'm currently trying to pull the document history of a SharePoint 2010 site collection via CSOM.
The code that I am using to accomplish this is here:
using (var clientContext = new ...
0
votes
1answer
7 views
Accessing Internal Custom WebServices of Sharepoint
I'm a new to sharepoint and IIS. recently, I've got a SP solution bundle which has got a web service located in Layouts folder. I managed to successfully deploy the solution.
The problem is I'm not ...
0
votes
0answers
14 views
How to we integrate Lync 2013 SharePoint and a SHARED document in OneNote 2013?
On our corporate network, we run:
Lync 2013
OneNote 2013
A shared OneNote document, hosted on SharePoint, which everyone has access to
(Sorry, I don’t know how to find the SharePoint version, I ...