This tag is use for SharePoint 2013 apps Development

learn more… | top users | synonyms (1)

6
votes
2answers
154 views

SharePoint Apps vs Features

SharePoint 2013 supports new kind of Solutions called Apps.According to MSDN, Apps are self contained piece of functionality and easy to install, use and update. I think SharePoint features also ...
5
votes
1answer
809 views

How to Create Apps for SharePoint 2013 in Visual Studio 2012?

I have just started to use SharePoint 2013 and I want to create a simple app with VS2012. How can I create and deploy an apps in SharePoint 2013 step by step? Can anyone provide a quick start guide? ...
4
votes
2answers
100 views

Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts?

I am new to SharePoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edition to create app and web parts for SharePoint 2013? Can ...
4
votes
1answer
124 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 ...
3
votes
3answers
326 views

Why is a Custom List referred to as an App in SharePoint 2013 Preview?

I don't understand why Microsoft calls Document Libraries and Custom Lists apps in SharePoint 2013 Preview - doesn't it contradicts the concept of isolation of an app from the parent site? It's my ...
3
votes
2answers
975 views

SharePoint 2013 Call the REST API from SharePoint hosted app

I've successfully deployed a SharePoint hosted app to office 365 and my local on premise installation. All the app aims to do is call the REST API for the user profile manager to get the profile ...
3
votes
1answer
48 views

How do I get the list of all apps installed in a SharePoint web application?

Is there a SharePoint API that would let me get a list of installed apps along with their hashes? I have some external web sites that are making REST calls to a SharePoint hosted app using cross ...
3
votes
2answers
736 views

Error occured in deployment step Install App for SharePoint 2013

I got this error while trying to deploy an App in SharePoint 2013. The full error message is "Error occurred in deployment step 'Install App for SharePoint': Failed to install App for SharePoint"
3
votes
1answer
108 views

Do App Parts have an equivalent to Web Part Connections in 2013?

I'm looking to write an App on SharePoint 2013, and I'd like to be able to connect App Parts in the same way you can currently connect Web Parts -- through the connections menu, and ConnectionProvider ...
3
votes
0answers
53 views

The remote event receiver callout failed

I've created an AppEventReceiver for my High Trust Remote app, when I deploy the app through Visual Studio 2012 I get the following error The remote event receiver callout failed The HTTP request is ...
3
votes
0answers
133 views

Previous versions of ListItem with CSOM

When using Client-Side Object Model for SharePoint 2013, how can I access previous versions of List Item?
2
votes
1answer
390 views

Is there a difference between a Sharepoint Hosted App and a Cloud Hosted App?

Other than the initial setup steps is there a difference between a Sharepoint Hosted App and a Cloud Hosted App? Can you do anything in one and not the other? If you create one type of app could it ...
2
votes
3answers
470 views

Can't upload a non-text file to SharePoint App via REST API

I am using the following REST code to add a file as an attachment to a SharePoint 2013 list item. <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"> <SharePoint:ScriptLink ...
2
votes
1answer
142 views

Apps for SharePoint Foundation 2013

I have two questions here. (1)Can we develop apps for SharePoint Foundation 2013 edition? (2)Can we purchase and download apps for SharePoint Foundation 2013 edition from SharePoint Store? Thanks.
2
votes
1answer
482 views

Invalid issuer or signature error in autohosted app - SharePoint 2013

I'm creating my first app for SharePoint 2013. I follow this MSDN article, that explains how to create autohosted app. This piece of code I took from the article and didn't change anything in it. ...
2
votes
1answer
46 views

My company moves to sharepoint 2013, must I be a sharepoint developer?

I'm a web developer. My company moves to Sharepoint and wants to form a WAN in my country. So, our applications will be single sign on using LDAP. I want to learn that, must I be a sharepoint ...
2
votes
1answer
38 views

How to get data from Sub Site in App?

I have created a web which is a sub web of the "Host Web"(In terms of App). I want to get data from a list which is part of that sub web into my SharePoint hosted App. How can I get it?
2
votes
0answers
14 views

Create an “app connection”

I writing an article about how to do something like web part connection with the app model of SharePoint 2013. Have you an architecture model to do that? Does a standard exist to do that? My ideas ...
2
votes
0answers
17 views

Apps not available for user pages

our company just started using sharepoint 2013 (in office 365). We are trying to get an app to show up in the user personal pages. In this case it is about the app 'promoted links'. When we login ...
2
votes
1answer
49 views

Accessing another site collection from a SP2013 app

I have a SharePoint 2013 SharePoint Hosted app, and I've got some code that works swimmingly well when it's pointed to the host site collection. Part of the requirement is to have it point to a user ...
2
votes
1answer
52 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 ...
2
votes
1answer
145 views

“500: Internal Server Error” when trying to add a simple text file as an attachment via SharePoint 2013 REST API

Using SharePoint 2013 REST API, I am trying to attach a simple text file to a list's item. jQuery.ajax({ url: web.get_url() + ...
1
vote
2answers
57 views

Where are sharepoint apps(list,contentypes) stored?

As far as I know in sharepoint 2013 app I can deploy lists, content types, etc. And as far as I know these resources are for that app only. So other apps wont be able to access them. The question ...
1
vote
2answers
77 views

IBM DB2 database connect to Sharepoint

We have an IBM DB2 database which stores our documents as BLOBS in binary format. I've read about Remote Blob Storage(RBS) and FILESTREAM but I'm still puzzled if its possible to hook up our IBM DB2 ...
1
vote
2answers
612 views

Set a view of a list in XsltListViewWebPart when deploying from VS2012 to SP2013 App

I am devloping a SP2013 App which includes a page (aspx) that contains the following webpart and XsltListViewWebPart as shown below. I have managed to remove all the elements i want to remove ...
1
vote
2answers
535 views

Can SharePoint 2013 apps run in SharePoint Foundation 2013?

I apologize in advance if this is a silly question, but I'm new to SharePoint, don't fully understand the concept of SharePoint apps and was asked to investigate this. I've been told that SharePoint ...
1
vote
1answer
51 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 ...
1
vote
2answers
28 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
41 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 ...
1
vote
1answer
37 views

SharePoint Apps, IA and Search

This is a two part question that I was going to split into two seller are posts, but think the wider "discussion" fits being in one post. I am looking to write some SharePoint Apps and two questions ...
1
vote
2answers
67 views

SharePoint 2013 - WSPBuilder web-parts error

I am new to SharePoint. I have SharePoint 2013 server installed on one server and vs 2010 on another pc. I am using WSPBuilder (SharePoint WSP tool) to create web parts. I have installed the ...
1
vote
2answers
16 views

Redirect From one app page to another

I am creating a Provider hosted app. In that I have created two different .aspx pages. I want to redirect to the other page. But I am not able to find it out how to redirect. When I check my ...
1
vote
1answer
84 views

Default Sharepoint 2013 client-side people picker to current user

I'd like to be able to default the client side people picker for SharePoint 2013 to the current (or any) user. I've read the "How to" MSDN document here: ...
1
vote
1answer
47 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 ...
1
vote
2answers
76 views

Sharepoint 2013 App upgrade issue

I met an annoying problem when I try to upgrade my new version app 1.0.0.1 to my SharePoint 2013 server. The detail steps I did, Create a development site in sp 2013. Create a sharepoint-host app ...
1
vote
2answers
231 views

Fire JS function when people picker completes

Is there a way to trigger a JS function when a People picker completes and finds a user? I'm developing a SharePoint 2013 app using client side development pattern. Thanks for your suggestion Per, I ...
1
vote
1answer
150 views

Sharepoint 2013 Apps Authentication error

I develop a simple SharePoint Hosted App and deploy but when i open this app, there is popup for id and password. which id password i need to enter because they dont accept administrator id password
1
vote
0answers
12 views

How to Get aggregated reports at web application level in sharepoint 2013

As we have different reports at sit and site collection level like audit and search related. How I can get reports at web application level. What if I need number of hits at site collection level and ...
1
vote
0answers
10 views

Design Package import SharePoint 2013 using App Installed event CSOM

In SP2013, I am trying to import and export the design package from one site to other site using AppInstalled event using CSOM. I am not able to get the context of source site to import the design ...
1
vote
0answers
28 views

SharePoint 2013: Download non-text files using REST or JavaScript object model

I have been scratching my head the all thought day figuring out a way to download non-text files like images from host SharePoint web into a App web (SharePoint hosted app). The code below allows me ...
1
vote
0answers
14 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 ...
1
vote
0answers
40 views

Render a SharePoint 2013 list view on a remote web page

I'm developing a SharePoint 2013 provider hosted app. It has a remote web and an aspx page [REMOTE WEB ASPX PAGE]. I would like to display a view of a list from the host web on the [REMOTE WEB ASPX ...
1
vote
1answer
40 views

SharePoint 2013 - “Package failed” error while creating the web parts in vs 2010

I am using SharePoint 2013 server and vs 2010. My SharePoint server present in different server and vs 2010 is another PC. I have created test web part using vs 2010 and build successfully. When I ...
1
vote
1answer
82 views

Local debugging provider-hosted apps

Environment: SharePoint Server 2013 farm installed on my dev machine, configured for using apps VS 2012 Update2 + Office Tools When I start debugging any example (say, basic provider-hosted app ...
1
vote
0answers
73 views

How to get a client context for App in provider-hosted Apps?

I use a provider hosted Apps, so need to work with an App Web and Lists. Could anybody provide a code snippet to get ClientContext() of the App? Can I do something like this? Uri appWeb = new ...
1
vote
2answers
47 views

Detecting first site visit - Sharepoint 2013

I'm looking to do an app that will essentially give new users to my Sharepoint 2013 portal a small 'guided' tour of the system and some of its key features. How would you go about detecting a users ...
1
vote
0answers
69 views

How to create custom property which will not be lost after post back of custom control?

I have a custom control that inherits from PeopleEditor in my WebPart. In the custom control I have a custom property: public string MyProperty { get { ...
1
vote
0answers
73 views

SharePoint 2013 Auto-hosted App intermittent error — “There was a problem registering the app principal”

I am trying to handle the App events and I am getting one weird intermittent error related to app principal. When I try to deploy the Auto-Hosted App from visual studio, Sometime I am getting the ...
1
vote
0answers
33 views

Using the SocialFeedManager object in remote event receiver

I'm trying to create a remote event receiver that will update the social feed of a user when ever he adds an item to a list on SharePoint Online. I've initiated the client context object using the ...
1
vote
2answers
173 views

Callout Popup is not working in App Part

I have to display a popup as in SharePoint 2013 which is called Callout popup. for that I have to use callout.js file in my code. I have tried it with Content Editor Web part and it is working fine ...

1 2 3