This tag is use for SharePoint 2013 apps Development

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

ODataContentTypeException : Content Type 'application/json;odata=verbose'

I'm trying to create items in a SharePoint lists through the SharePoint REST API in Javascript (with an AJAX call using jQuery), all that in a SharePoint2013-hosted App. But I get this error when I ...
0
votes
1answer
29 views

Sharepoint Application vs ASP.NET MVC Application

We have to rewrite old applications as either SharePoint applications or ASP.NET MVC applications. HOW DO YOU CHOOSE BETWEEN THEM? What's best practice? Is it feasible to write an ERP or a Human ...
0
votes
0answers
25 views

Getting App install parameters?

How do I get the parameters set when installing the App to SharePoint 2013? So, when the user has to give the app permissions (at install) to a certain list, how do I get the chosen list? Thanks ...
2
votes
1answer
34 views

Where to put my custom.xsl for my List View's XslLink?

I'm in the process of creating my first App for SharePoint 2013 and after following this tutorial (using Visual Studio 2012), I now wish to create a custom XSLT file and apply it to my ...
0
votes
0answers
16 views

Custom secondary navigation control for SP2013 (O365)

I need to implement a list of sub-sites and pages for the current site. OOB controls don't seem to do the trick (unless we missed something), there's taxonomy APIs for querying structure but I ...
1
vote
0answers
11 views

Search - will it index apps, iframes, for example for People Search?

Just to check. With the app model, does the indexer/crawler correctly index client-side generated data as well as looking in iframes? The recommended way forward from MS seems to be to use those two ...
0
votes
0answers
15 views

Invalid tokens given by SP2013 to non-SP hosted apps? Invalid JWT token. The token is not yet valid

​When creating an autohosted app (running locally for debugging), I get this: Invalid JWT token. The token is not yet valid. Current time is 16/04/2013 21:47:25 and the token is Valid from 16/04/2013 ...
0
votes
1answer
23 views

Unable to get user profile images from AppWeb

When fetching user profile data using CSOM, we are able to get the PictureURL property. However, when we attempt to display it, we're given the generic 'Image Not Found' image. Initial (brief) ...
1
vote
1answer
43 views

Multiple instances of SharePoint 2013 app on host web

This may not be the most orthodox usage of a SharePoint Hosted app but, I am looking into the app model in SharePoint 2013 and am trying to figure out if I can add more than one instance of an app to ...
0
votes
0answers
23 views

How to set Navigational properties through App event receiver in SP2013

I am trying to set the navigational properties in SP2013 autohosted app. I am doing this at App installed receiver. I have written below code for that, which is failing with error message: - The ...
0
votes
0answers
14 views

SharePoint 2013 - Sorry, apps are turned off. If you know who runs the server, tell them to enable apps [duplicate]

I am new to SharePoint 2013. I have developed an app using vs 2012. When I try to deploy the app, then I am getting the below error. Error : Sorry, apps are turned off. If you know who runs the ...
1
vote
2answers
27 views

Are the contents of an app indexed by search functionality?

If you create lists inside apps, does sharepoint also indexes that and show them on search results? Is there any extra step to be done for this to happen?
1
vote
1answer
35 views

Can apps talk to each other?

I am reading a lot about apps, and I dont see the advantage if apps cant talk to each other. In the normal sp 2010 farm solutions you create content types, lists definitions etc, and then you can ...
4
votes
1answer
106 views

Upgrading contentypes and lists in sharepoint 2013 apps

I am very familiar with the feature upgrade toolkit from Chris O Brien. I also read that in Apps you can handle an Upgrade event or something, but yet, there are no examples about this. The scenario ...
0
votes
1answer
77 views

CAML Query to get Lookup field value

I've written an autohosted-app to show a few data that are in a list. To get the data in the list, I use this piece of code with a CAML Query. using (var clientContext = ...

1 2 3 4 5 7
15 30 50 per page