This tag is use for SharePoint 2013 apps Development

learn more… | top users | synonyms (1)

1
vote
2answers
11 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 ...
0
votes
0answers
13 views

how to create workflow for provider hosted apps in visual studio ot sharepoint designer?

I want to create a Provider Hosted app. In that I will manipulate SharePoint list items. I am adding items to a SharePoint List and for that I want to create a List Workflow to auto-generate the ...
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
1answer
44 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 ...
0
votes
2answers
18 views

No TokenHelper.cs in Autohosted app

I'm trying to build an Autohosted Sharepoint app based on ASP.NET MVC, following this tutorial: http://www.ilovesharepoint.com/2012/07/building-aspnet-mvc-based-sharepoint.html I'm stuck on "We want ...
2
votes
0answers
16 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 ...
0
votes
1answer
28 views

Content in modal pop up is empty

I have a sharepoint hosted app page. I have a link in it. Clicking on it it should open a modal pop up whose url is the home page of the sharepoint site. I am able to open a modal pop up window ...
0
votes
1answer
13 views

SharePoint 2013 App Part : Dynamically set values for the tool part panel controls on serverside

How can I dynamically fill a dropdown list in a Tool Part panel of a SharePoint 2013 app part? What I want to achieve: User checks a checkbox Dropdown appears The list items in this dropdown are ...
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
9 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
2answers
173 views

SharePoint 2013 Hosted App File Upload

Because of the nature of the new app model for SharePoint Hosted apps which gives us no access to server logic, how can you possibly setup File Uploading for older browsers like IE8 that don't ...
2
votes
1answer
36 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?
0
votes
1answer
18 views

Error occurred in deployment step 'Uninstall app for SharePoint': Only users who can View Pages can list Apps

I am Developing a Provider Hosted app for the SharePoint 2013. In that I am facing this error while deploying the App. Error occurred in deployment step 'Uninstall app for SharePoint': Only users ...
0
votes
0answers
6 views

SharePoint 2013 OAuth Context Token not validating after publish

I have built an Auto-hosted App for SharePoint and during development it works really well. I was able to send the SPAppToken to my PHP application, decode the context token, construct the ...
0
votes
1answer
24 views

Error occured in deployment step 'install app for SharePoint': The System Account cannot perform this action. Deploying App - On-Premises Farm

Yes this question is the same as : This question How ever none of the proposed solutions work for me. I've tried swapping the account in Central Admin (did not work) I've created a new AD account, ...
0
votes
0answers
12 views

Unable to find Namespace for SPWeb, SPUser or SPControl, Provider-Hosted App

Using a Provider Hosted Application for SharePoint 2013, I am unable to ue the following lines in my C# code to get the current user SPWeb web = SPControl.GetContextWeb(this.Context); SPUser sUser = ...
0
votes
1answer
38 views

Writing C# in a SharePoint-Hosted App

I'm working on a SharePoint-Hosted application and wondering how I can add C# code to the .aspx files. When creating Auto-Hosted and Provider-Hosted apps, they displayed a C# script for every page. ...
0
votes
1answer
33 views

Getting user email from a List Item column using Javascript

I am creating a Hosted app using NAPA on Sharepoint 2013 (Office365). I need to retrive a user from a list column and get the user's email. SP.List.getItems with a query returns a listEnumerator ...
0
votes
0answers
15 views

How to restrict current logged in user from being displayed in SharePoint 2013 Client people picker from client side?

Hi i have implemented the client people picker using the javascript and the code give on http://msdn.microsoft.com/en-us/library/jj713593.aspx what im looking to do is to validate this field so ...
1
vote
1answer
79 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
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 ...
0
votes
0answers
15 views

Is it possible to use the AppModel to customize the SharePoint login page?

Is it possible to use the AppModel to customize the SharePoint login page? I want to ensure that the user is actually logged into the SharePoint site, not just logged into an App that has its own ...
0
votes
1answer
28 views

Getting user's manager in Sharepoint (Javascript)

I'm having trouble with getting user's manager data in Sharepoint Javascript Model. I'm using context.get_web().get_siteUserInfoList(); through SiteUserInfoList. What I got back is a bunch of info ...
0
votes
0answers
24 views

Unable to explore SP2013 (O365) apis

Having just upgraded to SP2013 on O365 (Enterprise) I am keen to take advantage of the various REST endpoints to perform various CRUD operations. However, I seem unable to drill down into the various ...
1
vote
1answer
47 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 ...
2
votes
1answer
51 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
1answer
50 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
29 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 ...
0
votes
1answer
411 views

Add new item to list in JavaScript

I have the following code in my SharePoint 2013 app, I'm getting no errors but the item is not being added, anyone spot anything eyes are square from looking! function addListItem() { this.web = ...
4
votes
1answer
123 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
1answer
107 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 ...
0
votes
1answer
28 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) ...
0
votes
0answers
21 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
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 ...
0
votes
0answers
25 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 ...
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 ...
0
votes
0answers
28 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
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 ...
0
votes
2answers
40 views

Sharepoint 2013 App won't retract when debugging stopped

I'm trying out simple SP 2013 SharePoint hosted apps against an Office 365 2013 dev site. When I start debugging the apps install fine; when I stop debugging no retraction occurs, I'm having to ...
0
votes
1answer
156 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 = ...
4
votes
2answers
97 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 ...
0
votes
1answer
71 views

Get current language via Client Object Model

I need to get the current display language of a web via Client Object Model (C#) from a provider-hosted App. The app runs inside a Client Web Part (IFrame). I am aware of this solution but think it is ...
2
votes
3answers
460 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 ...
-1
votes
1answer
33 views

SharePoint 2013 - Errror “Cannot import hello web part sharepoint 2013”

I am new to SharePoint 2013. I am using SharePoint 2013 server and vs 2010. The SharePoint Server 2013 and VS2010 is present on different PC's. I have created a new "Hello" visual web-part in vs ...
1
vote
1answer
406 views

Creating calendar view from list programmatically using Elements Module in Sharepoint 2013 apps

The following code is displaying my list...the baseview selected is the Calendar view i want but its displaying as a list. How to let SP know this should be displayed as a Calendar? <View ...
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
1answer
81 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
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 2 3