Anonymous access on Sharepoint hosted apps
Hi Everyone, I implemented SharePoint hosted app, it is working fine for authenticated users but when comes to Anonymous user not working. I am displaying the SharePoint list content on app, so while...
View Articlehow to modify multiple user profile properties in one call using soap service.
Hi, am having 5 user profile properties and i should modify all of them in one soap service call.Is there any possibility to achieve this. Please suggest me any method.Thanx in advance.
View ArticleUnable to open new tabs in IE browser which gets opened on click of hyper...
I am developing an App for Office (Email) which has some hyperlinks in it. These hyperlinks are pointing to the location in the same domain.I am facing following problem with the behavior of IE while...
View ArticleMoving files from one folder to another folder using rest api
I want to move files from one folder to another folder using rest api but am not getting correct approach.can anyone help me out from this issue.
View ArticleSharePoint App based on community template
Hi, Our client wants to have the community functionality (COMMUNITY#0) available in an app. We thought we could just create a custom webtemplate and use the (modified) onet.xml of a community site to...
View ArticleO365 User Alerts via CSOM
Is there a way to via CSOM to view the current logged in user alerts in a site collection? I see the option is only available on SharePoint 2013 on premises. If it is not possible to get user alerts...
View ArticleCEWP Missing
I have Office 365 dev pack set up using my MSDN account. I've enabled Publishing features at the collection and site level. However when I go into a Page and try to insert a Content Editor Web Part,...
View ArticleSharePoint Apps unable to access from internet
I have one SharePoint Site which is hosted on internet with https on my farm. oursite.xxx.com I created sub domain for sharepoint apps with spapps.xxx.com. From Manage App catalog, i configured it with...
View ArticleConnecting to sharepoint access app
HiI would like to deploy an access 2013 web app to sharepoint online.It seems it can do what I need, i.e. keep a school database with contact details, attendance etc.My understanding is that after I...
View ArticleGet access token for SharePoint provider hosted app failed because the Azure...
I create the provider hosted app for SharePoint online. The code is written in java. I follow the below page to get access token before making REST call to SP...
View ArticleSimple way to associate and track data as part of a users profile in...
Hey, there –I’m in the process of developing a basic training portal for our users in SP2013. One of the requirements is to have some kind of simple tracking system so users can see what training...
View ArticleApp failed validation due to problem with licence check
Hi,I've also posted this on the "Publishing Apps for the Office Store" forum but haven't got a response, so I thought I would also try here. I've attempted to submit an App to the SharePoint app store...
View ArticleDeploying SharePoint App to Azure using NuGet
We have a provider hosted app. The provider web is a Web API 2.0 project that we are trying to deploy to azure using a git based deploy. We're having a problem where the SharePoint Client dll can not...
View ArticleHow to correctly handle CSOM time outs?
Hi,when working with SharePoint 2013 / Online and CSOM how should time outs be handled correctly? For example when writing the following code:using(ClientContext context = new...
View ArticleAdd SP Group to folder using CSOM/Javascript
Hi, Is it possible to add a SharePoint Group to a folder in a Document Library using client side javascript? We can't use the normal methods because SP.Folder object doesn't have get_roleAssignments()...
View ArticleGet Property Privacy UserProfileService.asmx Sharepoint 2013 Office 365
I'm trying to get properties privacy from UserProfileService.asmx.Infos:Sharepoint 2013 Office 365, Provider-Hosted App using c# I'm global administratorSample code:PropertyData[] userProperties =...
View ArticleHow to Identify Deployed App's Hosting Model
In My SharePoint Farm, We have deployed 50+ apps. I just want to know what kind of hosting model is using by a particular app means what are the SharePoint hosted app and what are the provider hosted...
View ArticleVisual Studio error connecting to SharePoint Online
I'm trying to create an app with a workflow in SharePoint online 2013.When I try to connect to SharePoint from Visual studio I'm prompted for credentials in a pop up browser from Visual Studio 2012....
View ArticleSharepoint hosted app, Workflow not starting "ACS50027: JWT token is invalid."
Hi all, In my sharepoint hosted app Worflow I get an ACS JWT Token error, saying that the token service returned and error of type 'invalid_client'. The exact same app did work one week ago and I...
View ArticleSPClaimProviderManager.DecodeClaim() throws exception - why?
I'm trying to get a regular domain user name from CBA text that came from browser:Microsoft.SharePoint.Administration.Claims.SPClaimProviderManager cpm =...
View Article