This tag is used for SharePoint 2013 apps development

learn more… | top users | synonyms (1)

0
votes
0answers
12 views

Let anonymous user add item to list Office 365 SharePoint 2013 public website

What I try to achieve is to have a list with three columns; email, first name and last name. An anonymous user can enter his/her details, click a button and it's saved to a list. Is this even ...
0
votes
0answers
17 views

Web Applications and App Domains?

I am doing some research on functionalities and limitations with SharePoint Apps in SharePoint 2013. From what I can gather it appears apps can only be installed within a single web application, i.e. ...
1
vote
1answer
27 views

sharepoint hosted app pages authorization

I have multiple pages in a SharePoint 2013 hosted app. I need to restrict access to some of the pages to certain group. what is the best practice to do this?
0
votes
0answers
8 views

How to set ip address for AppModel wildcard IIS binding

I am working with a provider-hosted on-premise app deployment. I have three DNS entries, which all resolve to the SharePoint server: Internal.fake.net 123.456.78.90 External.fake.net 234.567.89.10 ...
1
vote
1answer
10 views

How to distinguish customer data?

I am new for SharePoint 2013 app model. I am creating a provider-hosted app. My app will use Sql Azure to store data of each customer who installed my app will have their data, so how can I ...
0
votes
0answers
11 views

SharePoint 2013 Get the list item from _layouts/15/myQuicklinks.aspx

how to pull the the items stored in the MyQuicklinks.aspx page under the Mysite of SharePoint 2013. I need to show up into Home page of the root site.
0
votes
0answers
15 views

O365 autohosted app passing parameters to iframe or alternatives

We have autohosted app web-part for Office online (based of course on Sharpeoint 2013) Ours app is display list of products from database and by clicking on product display information about product, ...
2
votes
1answer
66 views

Create multiple items via REST API

I'm looking to bulk create items to decrease the amount of calls being made in my application. In this instance, I'm working on a calendar control that has different needs than what SharePoint OOTB ...
1
vote
0answers
20 views

RefreshToken is null on ItemAdded, works fine on ItemUpdated

I have an EventReceiver that is subscribed to both the ItemAdded and ItemUpdated event on a SharePoint list. I'm using the TokenHelper provided in the sample files, and have also tried the version ...
1
vote
1answer
28 views

Sharepoint as REST API Server

I am going to rewrite an application previously developed using Sharepoint 2007. I am not well versed with Sharepoint and the time allotted for the project is very limited. The client wants to keep ...
0
votes
0answers
23 views

Defer SP.RequestExecutor.executeAsync

I'm working on a SharePoint app where I need to run SP.RequestExecutor.executeAsync() in order to grab some information from one of the Host Web's lists. Depending on what method is calling the oData ...
0
votes
0answers
24 views

How to Identify the App type on Office store?

I want to know that which type of app I am using from Office Store. If I have installed an App from Office store, That app is Provider Hosted or SharePoint hosted. Is there any way to recognize ...
0
votes
1answer
15 views

Provisioning did not succeed. Details: Failed to initialize some site properties for Web at Url: <url> OriginalException: A cobalt error was thrown

I am trying to provision sites using SharePoint 2013 Client-side Object Model (CSOM) via SharePoint apps. I get the exception below when the method context.ExecuteQuery() is executed. Has anyone come ...
2
votes
1answer
44 views

how to make a connection for Php and Sharepoint

I am a newbie for Sharepoint(website developer).I want to connect some Php app to Sharepoint(installed in server) so that for every websites I create there is a connection to Sharepoint.How can I do ...
1
vote
1answer
21 views

Access denied, from an app, when getting List items from a different web applcation

I have create a SharePoint Hosted App and installed on a Site which is located on WebApplication1. This app tries to get list items from a list in a site which is located on Webapplication2. I have ...
1
vote
1answer
36 views

SPAppToken in Request.Form is null

I am trying to develop the SharePoint ProviderHosted App. I am generating ClientID and ClientSecret from my O365 environment. And passing both in Web.Config file and AppManifest.xml file. But when ...
1
vote
0answers
22 views

Update value of column in Form Library using CSOM

I want to update the value of a promoted field from infopath form by csom code. I have written the following code but it does not seem to work. Please guide to know what is incorrect. function ...
0
votes
0answers
15 views

Use Query String Value as App Part Property [2013]

I'm building a SharePoint app part that will grab information about a particular user. The AD account will be supplied via a Query String and somehow that information needs to get passed into the ...
0
votes
0answers
10 views

Where can I found and How can I configure BI Center Site Collection SharePoint Online 2013?

I try to configure KPI and states lists - but they are not supported on SP Online 2013. How I can configure BI Center Site Collection SharePoint Online 2013? I created new sub-site (and new site ...
0
votes
0answers
22 views

Access the infopath form data using client side object model

I am using client side object model in SP2013. Now I am stuck in a scenario where I need to access infopath form data. I have a lot R & D but not got anything yet.
0
votes
1answer
35 views

Office documents NOT opening from Sharepoint 2013 Document Library

I have a document library with the name field being the link to the document. If I try to open MS word documents I receive a warning and then and the an authorisation of credentials. I ok the ...
1
vote
1answer
27 views

Sharepoint hosted app showing access denied error

I am a beginner in sharepoint 2013 and started developing Sharepoint hosted Apps using client side objst model. I am able to deploy sample Apps from provided in msdn site; ie.just for reading the ...
1
vote
1answer
22 views

column not found when creating list item with Javascript

I am making a SharePoint app with javascript. I am trying to add a list item to a list I have defined in visual studio. I have done this just by adding a list in the solution explorer, and I made ...
0
votes
0answers
12 views

WebAPI service security like in SharePoint 2013

I have a WebAPI service that I use from with in SharePoint custom Web Parts. Does anyone here know how has SharePoint secured it's API restful services, I do have a custom Security Token Service ...
0
votes
1answer
37 views

SharePoint Hosted App - Error when calling load on ClientContext for other sitecollection

im using JSOM. When calling the following code var ctx = SP.ClientContext.get_current(); var appContextSite = new SP.AppContextSite(ctx, hostweburl); var site = appContextSite.get_site(); ...
1
vote
2answers
35 views

Custom Button added in Ribbon is disabled

I have successfully added a new button in the ribbon. But when I check , it is disabled and I cannot even click it. The following is the code that I have used: <?xml version="1.0" ...
1
vote
0answers
12 views

WorkflowTemplates doesn't show App Workflows

I'm using the WorkflowTemplates property on the ClientContext.Web to try and locate a Workflow that has been installed by my App. Basically I want to be able to attach my Workflow to ListItem actions ...
0
votes
1answer
20 views

How to publish provider hosted app to office store?

I have created the Provider Hosted app on my DEV machine. I completed the app. But now I want to know that how can I publish my app to Office Store. When I publish my App from Visual Studio it ...
0
votes
1answer
135 views

How to reterive list item values using CAML query?

I have one Date and time column and text colum. I need to retrieve list item value based on this both column using CAML query.. For ex: Columname---> Date value for date would be-6/1/2013 and ...
1
vote
1answer
33 views

Get all users filtering by custom property using sharepoint search api

I need get all users with a custom property using sharepoint search api, this custom property already mapped in sharepoint. I'm using this url, and this retrieves all users ...
1
vote
0answers
152 views

Sharepoint 2013 REST POST: How to add a list item with 'people and group', 'choice,' and 'Url' fields?

I am trying to create a form for a Sharepoint Hosted app that will allow users to request a teamsite. The form writes to a list that is contained in the Sharepoint site collection, from which a timer ...
0
votes
1answer
14 views

Possible to Create Customized App?

I have seen that you can download some SP app but I wonder if you can create my own app and sell it? If possible, is there a certain way to do it?
0
votes
0answers
9 views

Format for AppIcon.png.config.xml

The book Microsoft SharePoint 2013 App Development mentions that the app file should usually include AppIcon.png and an associated AppIcon.png.config.xml. But what should AppIcon.png.config.xml look ...
2
votes
1answer
51 views

Which type of app can I publish to Office Store?

I want to know that which type of Apps I can add in Office Store for selling purpose? I created an AutoHosted App and add it to Office Store and after few days I got the error report saying that ...
0
votes
0answers
13 views

How can you add your own client side webpart (apppart) Icon in the ribbon?

So when you select your apppat from the list before adding it to a page there is a default icon next to the name of your web part, is there a way to change that icon?
1
vote
1answer
31 views

How to test app licence code on Local machine?

I have developed an SharePoint 2013 app which is AutoHosted. And in that I have implemented License test. I have referred : 1) http://msdn.microsoft.com/en-us/library/office/apps/jj164035.aspx 2) ...
0
votes
1answer
32 views

Looping context.executeQueryAsync(function () {

Can anyone help me in looping through the Terms. I have 4 Level Terms for ex: NType - 1 State - 1 Jurisdiction - 1 Agency Name - 1 Agency Name - 2 ...
0
votes
1answer
47 views

Where is Corev4.css located in SharePoint Designer 2013?

I'm trying to make a copy of the default css file from the master page, but I'm unable to locate the physical file. Can someone help me find this? Thank you
0
votes
0answers
40 views

How to modify ProgId of a Document Set in SharePoint 2013 using REST Api

I have created a Document Set in a Document Library programmatically but it appears like a folder. I read that the ProgId property should be set to 'SharePoint.DocumentSet'. But I don't see the ...
0
votes
1answer
78 views

REST Api for get all document libraries who has full control of current user SharePoint 2013

I want to get all the document libraries in which current user has full control using rest api. it seems that we can check using effectiveBasePermissions. I have used below script : function ...
2
votes
0answers
84 views

How to call SharePoint 2013 REST API from HTML page

I can get the SharePoint 2013 list/libraries information using REST API, this is working fine from a SharePoint App. If I want to retrieve the same information from a HTML page, I am getting error ...
0
votes
1answer
12 views

How can I get a Unique Value for a SharePoint Client Web Part?

I would like to get the App part Id so i can uniquely identify what app part is calling my code. I can do that with the normal web parts but I don't know how to get it from the client side code.
1
vote
1answer
46 views

Need to create an oob quick poll webpart with a pie chart graphical representation of responses in sharepoint 2013

i need to create a quick poll webpart on my intranet home page which will also show a graphical representation of all the user responses in the form of a pie chart(with percentages as tool tip) i ...
2
votes
2answers
67 views

Should this be a App or Farm Solution

I am new to SP2013 development. I have been asked to create the following for a client timesheet system: 8 custom lists (some of these link to each other) each list has 3 or 4 different views 2 of ...
1
vote
0answers
42 views

Getting “(401) Unauthorized” error while trying to run Provider-Hosted app in SharePoint 2013

I am trying to run a provider-hosted app on my SharePoint 2013 environment. I have not modified any code generated by VS 2012. I have followed the instructions provided in this link before setting up ...
0
votes
0answers
13 views

How to configure app url for auto hosted apps in sp2013? [duplicate]

I have created app domain without using DNS by means of hostfile.That is working well for sharepoint hosted apps.But i am not able to deploy/install auto-hosted app for the same domain.How to resolve ...
0
votes
3answers
143 views

How to bind the sharepoint list 2010 values in the Html dropdownlist using Javascript/ECMAscript?

I have created one Custom List in sharepoint 2010 as mentioned below: LIST A: Title TeamName A cc b ddd c eee I have created html table in the Content ...
0
votes
0answers
19 views

Is it Possible to create Client Web Part enum property dynamically?

I am creating an AutoHosted App using CSOM technology. I want to set the ClientWebPart Property dynamically. I want to add enum property Dynamically. App will bring all the list name from my AppWeb ...
1
vote
1answer
95 views

Need to create a quick poll webpart using the ootb sharepoint 2013

I am new to SharePoint. I am trying to create a quick poll webpart using the out of the box features of SharePoint 2013. Have anyone tried this?
0
votes
1answer
31 views

How to Create List within SharePoint 2013 Apps?

I am developing Apps for SharePoint 2013. And I want to create Multiple list in My App Package programmatically. It is like user inputs Name of list and when he clicks the Create Button the list with ...

1 2 3 4 5