Get top navigation of Host Web in SharePoint Hosted app
Hello, I need to render the global navigation (top navigation) of host site (Site collection) in SharePoint Hosted App. Since I am using SharePoint Hosted App, can only use ECMA Script. I have tried...
View ArticleUpdate Social Rating
Hello,I'm actually using SharePoint Online and i want to integrate the Rating feature.Here is my problem : I have a list of several items, on this list i activated the star social rating to have two...
View ArticleCreating and deploying provider hosted apps to SharePoint Online step by step
Ok, so I'm trying to create a new provider hosted app and deploy it toSharePoint Online (Office365). I managed to do this right once, but I'm not quite sure how and other attempts since then have not...
View ArticleJsom get host subsites list
I have following code to get list of subsites on the hostweb, but it returns titles for all objects including lists, how can I filter that it only return subsite titles? ThankshostUrl =...
View Articlehow can i search a specific site collection using sharepoint 2013 rest api
iam trying to read the search results from sharepoint hosted app for only single site collection but iam getting remaining site collection results also i developed app with -->http://host/site/dev1...
View ArticleQuery is not valid when filtering datetime in REST OData
I'm trying to get the items from a list "MyList". I'm using the following Url:/_api/web/lists/getbytitle('MyList')/items?$filter=year(Created) eq 2014But I got the exception :{"odata.error": {"code":...
View ArticleHow can I deploy a SharePoint 2013 Reusable Workflow in the Host Web without...
Hi,We are developing an app that requires a Workflow in the HostWeb. I have successfully tested using a Reusable Workflow in my Dev environment using SharePoint designer, but have not found a supported...
View ArticleOpening Dialog from Ribbon Custom Action
I've added HostWebDialog="TRUE" (+Width & Height) to my ribbon custom action, and for the life of me I just can't get it to open in a dialog...HostWebDialog="TRUE" HostWebDialogHeight="420"...
View ArticleDo you need to have full control permission on the site when creating an...
I have created an Office Outlook Mail app which authenticates to save emails to SharePoint using OAuth. It's like a low trust external web server that request access to SharePoint on the fly. It all...
View ArticleApp web document library, renaming a file in RER itemadded event results in...
On Prem environment, Vis Studio 2013 App for SharePoint project. I create an OOTB instance of a document library with no versioning and no check in/out and a OOTB remote event receiver for the...
View ArticleWindows Azure Missing msoidcliL.dll
Using Visual Studio 2012 I have successfully created a Windows Azure project that references two of the SharePoint 2013 CSOM DLL's (Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime)...
View ArticleAm trying to append Sharepoint list data into table and converting table to...
hi, Am using following lines of code to convert table data into excel.$("[id$=myButtonControlID]").click(function(e) { window.open('data:application/vnd.ms-excel,'+encodeURIComponent(...
View ArticleID/Secret from Seller Dashboard not verifying context tokens
Hi there,I am having an issue with a provider hosted app for SharePoint. For some reason when I use an OAuth ID/Secret I obtain from the Seller Dashboard I get the following error using my app ......
View ArticleThe remote event receiver doesn't fire in my IIS 7
Hi, I have created Provider Hosted application for Sharepoint online 2013. And I 've added the remote event receiverfor Document Library, for Item Adding and Item Added events. Also I've addedribbon...
View ArticleSharePoint sign in page replace with azure AD sign in
I have the following scenario:1.- A web api project in Azure, that I want to secure using Azure AD (I don't mind Token, cookie, whatever, as far as it meets the entire scenario)2.- An Azure web site in...
View ArticleAccessing Excel Services REST API via Azure AD OAuth2 Authentication
Hi,I'm using the new Office 365 API with server side code and can successfully retrieve a list of files from my OneDrive for business account by adding the retrieved access token to the authentication...
View ArticleMicrosoft's "Contact Us" app for SharePoint Online public facing sites
I've read in many forums and discussion boards that everyone is having trouble reading/writing data for anonymous users in SharePoint Online public facing sites. Today I noticed that Microsoft has and...
View ArticleUser Profile Newsfeed Logging Solution
Hi everyone,I am trying to write a custom logging solution for User Profile Site. The problem I have is like this.as you all know there is a newsfeed web-part on the main page that user can write and...
View ArticleGetting "The required version of WcfDataServices is missing. " error when...
Hi,I'm calling the OData service on one of our on-premise Sharepoint sites. Goal is to create an item in an existing list. I've fetched the FormDigestValue but when I post the call, I get the following...
View ArticleSharePoint sensitive files and permissions
I am trying to setup permissions on some of my sensitive files in order to make them secure in the SharePoint environment and also just want those files view by specific people at my work. Is a good...
View Article