Most Popular
1500 questions
8
votes
4 answers
Check if more than 3 hours
I need a calculated column to display "Yes" if the current time is more than 3 hours after the value of another column. This is what I've come up with:
=TEXT(Today-[AddTime],"h")>3
But SP tells me this is invalid. Are there other ways of doing…
Larsi
- 683
- 1
- 11
- 17
8
votes
1 answer
Have a web-part display only sub-folders?
I am new to SharePoint 2013. I was curious how to put a WebPart for a Document Library on a page with SharePoint 2013, not 2010.
This WebPart would then show the content of a specific library folder and not start at the root of the folder. So say I…
user28334
- 81
- 1
- 1
- 2
8
votes
3 answers
Powershell to list all sites and subsites in SharePoint Online
I know about "Get-SPWebApplication" but it's not available in Online.
How can I get a list of all sites and subsites in SPO?
vzion
- 81
- 1
- 1
- 2
8
votes
4 answers
How do I install the 2013 SharePoint PowerShell module on my Windows 7 client computer?
I just installed SharePoint 2013 Foundation on a server. I'm confused as to how I can access the PowerShell cmdlets from my client pc. Everything I read assumes you're in front of the actual server. Is there anything like an RSAT module I can…
user1028270
- 303
- 1
- 3
- 12
7
votes
6 answers
What is the point of the Error Message Correlation ID in Sharepoint 2010
This might sound noob but it's pretty annoying. Instead of receiving a nice error message, SharePoint 2010 throws you a page saying that there is an error and it gives you a Correlation ID.
WTF is a Correlation ID. What can I do to find out the…
Mihai Lazar
- 191
- 1
- 3
- 11
7
votes
2 answers
What is Difference between GhostableInLibrary vs Ghostable Files?
Can any one explain me the difference between GhostableInLibrary and Ghostable files, also what are prons and cons for each one?
Kamlesh
- 253
- 3
- 18
7
votes
4 answers
Race condition in SPListEventReceiver.ListAdded - Save Conflict
I am currently developing an Event Handler for SharePoint 2010 which sets defaults for Document Libraries on creation (content types, version settings etc). I am having a problem with Save Conflicts when creating Document Libraries through the GUI,…
Daniel Symonds-Lloyd
- 1,253
- 2
- 9
- 18
7
votes
1 answer
Find a farm's database server and instance in PowerShell
How can I find the SQL server name AND instance where my databases are stored using PowerShell? Assuming I am not using an alias and can't check cliconfg.
In servers in farm, I can see the server name but no the instance. I have the same issue if I…
spex5
- 808
- 3
- 11
- 23
7
votes
1 answer
How to reference image in SharePoint Online
I'm wrestling with how to reference a background image in my CSS file for a SharePoint Online site.
My site URL is like this: https://anothercomp.com/sites/intranet.
I have put my CSS and images in the style library and the problem is how to…
Niclas Carlsson
- 361
- 2
- 11
7
votes
1 answer
SP.RequestExecutor on SharePoint online
I deployed an App SharePoint hosted.
I am using SP.RequestExecutor and it is working fine on SharePoint premise.
but on SharePoint online it is not working.
I added the library using this: $.getScript("/_layouts/15/SP.RequestExecutor.js");
Can I…
Nk SP
- 2,893
- 6
- 39
- 62
7
votes
2 answers
Hide Empty Document Properties in word 2013
I have a SharePoint document library with a custom document template attached to it. This document template is having lot of Quick part fields , which will pull metadata column values from the document library item into the word document.Everything…
Unnie
- 8,819
- 1
- 22
- 36
7
votes
4 answers
Cannot install app: "Sorry, only tenant administrators can add or give access to this app."
For adding an app, that has Search query permission, to a site collection as site owner I get the following message:
Well, Search works on tenant level, so to add the app to a site collection I need to do that as tenant admin. I understand that.…
mbrb
- 279
- 1
- 3
- 6
7
votes
3 answers
Adding a "next" Button to displayform.aspx
Is there a way of adding a button in the Dispform.aspx or the editform.aspx that will take you to the next item in the list?
Amyb
- 71
- 1
- 2
7
votes
1 answer
Search API not returning hit
I have a problem where one of my documents does not show up in search. I have investigated with the REST API and found no evident wrongs.
Example:
Doing a search for MyCustomProperty="Something is wrong" returns 0 hits
But doing a search for…
Robert Lindgren
- 24,520
- 12
- 53
- 79
7
votes
2 answers
Change default form in SharePoint Designer
I have custom forms for my list.
How to change default display/edit/new forms to those files with "-ifs.aspx" ?
Even better, can I do this without using SharePoint Designer? Is it possible to set default forms from web UI or maybe with PowerShell?
Tschareck
- 2,155
- 7
- 35
- 52