This tag is used for SharePoint 2013 apps development
1
vote
0answers
13 views
SharePoint Server Throws exception when doing a long operation
I have a SharePoint application with SP server 2010 installed, everything is working well, but there is a special method which is performed in 12 - 14 minutes. What's done in this method is that i'm ...
0
votes
0answers
7 views
StandardTokens make OAuth communication fail
I have created a SharePoint provider hosted app. It is a mvc4 application which uses OAuth to communicate with Jira. The communication is based on OAuth RSA-SHA1 (our public key is used by Oatuh ...
0
votes
0answers
19 views
SharePoint 2013 app top bar style is changed when using bootstrap
I try to build a SharePoint 2013 app using bootstrap 2. I create a new project and add bootstrap reference (js and css). When deploying the app, the top-bar style is changed!
The Browse tab in the ...
1
vote
1answer
47 views
How far can I go with SharePoint 2013 Apps?
I am really new to SharePoint 2013 and only worked for a brief period of time in SharePoint 2007 about 5 years ago (so i do not remember much).
I have to plan now an extranet and it will probably be ...
0
votes
1answer
36 views
Get all subsites of top level site using JavaScript OM
I am trying to get all sub sites of the top level site. However, the code I wrote for the app returns zero subsites. I am a little mystified as to why:
var context = SP.ClientContext.get_current();
...
0
votes
1answer
18 views
External ajax request / json in sharepoint app
I'm trying to create a sharepoint app that gets and use json data generated on another web site / web application through an ajax request. Let's say the JSON data I want to get from the other website ...
0
votes
0answers
5 views
SharePoint 2013 Hosted App Ribbon Tab/Buttons inside app web
I've seen lot's of examples how to add a ribbon tab/buttons on host web (not app web). Can somebody tell if it's possible to ad a ribbon tab/buttons to the app web itself? I want to build an app and ...
0
votes
1answer
27 views
Setting up a project in SP2013 [closed]
I am new to SharePoint. I am interested in setting it up to manage projects but am a little confused by the nomenclature SP uses.
Many of my projects are relatively small and can last less than a ...
0
votes
0answers
26 views
Top Level Site page not found
I'm trying to make a site collection. When I create one and give it a host header, the URL for the top site it gives me after creating the site collection never works. When I visit the URL, it says ...
0
votes
1answer
18 views
Is it possible to add JavaScript to the host web from an app?
Is it possible from a SharePoint-hosted app to add some JavaScript hosted on an external CDN to every page in a site (host web) without having to use a custom master page?
If not, is this something ...
0
votes
0answers
15 views
What is the name of the document center standard web apps(web parts)? see picture
I created a standard Document center subsite for my site.
When I open the document center I see two web apps. I want to add more off thees web apps, but don't know which apps to add.
What are the ...
2
votes
0answers
47 views
Change content type order via Javascript/ECMAscript
In my SharePoint-hosted app, I use javascript to apply a content type called "Order" to a list in my app.
When users click "new item" to upload a document, I want that document to derive from my new ...
0
votes
1answer
22 views
Sharepoint-hosted app: Access site columns belonging to host site
I have a sharepoint-hosted app containing a custom list. On the host site collection where I am deploying this app, there are several custom site columns.
In my app, I want to access these site ...
0
votes
0answers
10 views
SharePoint 2013 Apps upgrade Error
I have a apps for sharepoint and have deployed in office 365. In my Apps there are two features one is UI other is List. UI feather contains all script, images and page related resource and List ...
0
votes
2answers
63 views
Upload Site Template (.stp) as Farm solution using powershell
I have custom site template file which i got from the SP2007 site as .stp file..
CustomTemplate.stp
What i need to do is Deploy this site template to SharePoint 2010 Farm..
I know i can do it from ...