For questions completely specific to SharePoint 2013 and **not past or future versions**
0
votes
1answer
7 views
Adding cusotm boxes inside my community site that link to to other sharepoint pages , and also link to external systems
I have created new community site inside my SP 2013 server, and on the Category page , each category is displayed inside a box. now i need to add some Boxes to my home page that link to external ...
0
votes
0answers
7 views
Is there a way to display “calendars in view”, when adding overlay calendar as App Part
I have the following:-
3 calendars (General, internalEvents , ExternalEvents).
I added the General calendar as an APP part inside my team site home page.
I overlay the internal events and external ...
0
votes
0answers
14 views
css issue when using from SP2010 to SP2013
I have one content editor webpart, in the document library view page which freezes the header row. It works fine when using it in SharePoint 2010 environment. But when I moved that CSS to SharePoint ...
0
votes
1answer
22 views
How to make short urls in SharePoint 2013 Apps?
I'm working with SharePoint 2013 Apps and I need Standard tokens for a correct work of my application. Any time when I request something I have a terrible url with a lot of tokens. Could anybody share ...
3
votes
3answers
50 views
How to get the state of the document whether it is locked or not in SP2013?
I have document library with workflow attached with it.
There are metadata columns attached with the document library i.e. Test1 & Test2
I am modifying the value of the Test1 & Test2 in the ...
0
votes
0answers
6 views
Retrieve raw XML from external content type (WCF service) - Sharepoint Foundation 2013
I would like to use a "External List" or anything similar, to be able to retrieve the XML from an "External Content Type" (which is from a WCF service) and I will customize how the data is displayed ...
2
votes
2answers
56 views
Where are the ascx files now
Were are the ascx files used in custom visual webparts in the 15 hive?
They used to be in the controltemplates\%project% folder.
0
votes
0answers
6 views
How to send the Assignment Email with a link to the task in it SharePoint 2013 Visual Studio Workflow
I have developed a Visual Studio 2012 workflow for SharePoint 2013.
I am trying to find a way to simply send a link to the actual Task in the Assignment email. I have created a variable and set the ...
0
votes
0answers
10 views
Setting up Global Metadata Navigation on 2013
Found some articles about using the Managed Term Stores to create cross-site collection global navigation in SharePoint 2013. Most excellent, and seems simple enough. However, I'm encountering an ...
0
votes
0answers
14 views
Can't create User Profile AD mapping using PowerShell in 2013
Using PowerShell, I want to add properties to the user profile in 2013 and map those properties to be synchronized with Active Directory.
I can create the properties fine as well as the ...
1
vote
0answers
12 views
In SharePoint 2013 is there a security group that allows full access to all content in a farm by default?
I'm setting up a SharePoint 2013 development server and I've added my account to the Farm Admin group.
In prior versions this meant that I had access to all content in the farm by default. It looks ...
0
votes
0answers
10 views
SharePoint 2013 - How to add an action to a Callout
I want to add a custom action on the default Callout for Document Libraries.
The only instructions I could find on this subject show how to override the entire FooterTemplate on an existing Callout ...
0
votes
0answers
14 views
How to manage my site collections hierarchy into Parent site collection and children site collections
Currently I have created the following:-
I have created a new web application that uses NTL .
Inside the web application I have created a new Community site collection at the following URL ...
1
vote
0answers
21 views
Sharepoint Oauth URL returns 404
One of the steps in doing the sharepoint OAuth flow redirects me to
https://accounts.accesscontrol.windows.net/metadata/json/1?realm=https://<mysite>.sharepoint.com
I have 2 queries ...
0
votes
1answer
13 views
Client Object Model, wait for a list to load
I'm writing some javascript that modifies a SharePoint list, I've added it to the page using JSLink. Sometimes the script fails because the list appears not to have fully loaded. If I add an alert ...