Can't use the Google API's in a SharePoint Online Visual Studio project
I'm developing a SharePoint Online app in Visual Studio 2012. I have added a <script> link to the Google API JavaScript file. And as you can see from the screenshot's below taken from Chrome...
View ArticleIssue at Creating External List Using Stored Procedure in SharePoint APP
I have tried to create an External List using stored procedure Using SharePoint App.I have referred the below msdn link and use the sample code.(SharePoint 2013 Create external lists based on...
View ArticleQuery a list view using CSOM
How do we query a sharepoint list view using CSOM (C#)?ThanksVV
View Articlemobile chat apps
i am wondering about mobile chat apps, how its worked i have some list like chatwing, chtango rmbletalk cbox is their have a mobile chat apps?
View ArticleIssue while adding app in SharePoint 2013 online
HI,I created a auto hosted app and added to app catalog. Now when i tried to add it shows the error "something went wrong, unexpected error has occurred"This was working fine a day before but when i...
View ArticleCreate folder within a list via REST API
Hi,I wanted to create a folder within a simple list by using the SharePoint Online REST API, but was not able yet to do so. I tried a lot of stuff to get it work, but it seems it is simply not...
View ArticlePeriodically invoke a provider hosted app from a sitecollection
We have created a provider hosted sharepoint app that uses only the app credentials.Today any (authenticated) user can open the application and the behaviour is fine.The next step would be to have the...
View ArticleProvider Hosted MVC - Page is not available
When I create a VS 13 Update 2 SharePoint Provider hosted app and deploy to o365 I get "web page is not available". I did add the Read permission on the site collection. Any help appreciated. Thank...
View ArticleSharePoint Blog Post, event trigger
Hi there, I have blog site http://win-rvt57hb13jb:47453/Blog, when new item is added in the posts list, i want to add this new item in the app list...
View Articleprivate cloud option for visual studio
I am looking for private cloud option for Visual Studio. Is it possible ?
View ArticleVisual studio 2013 connection to SharePoint Online
I have an Office 365 account and I am trying to create a SharePoint App via Visual Studio 2013 and try to add new item like custom ribbon action the following happened:I get the Office 365...
View ArticleSetting the value of LookUp Fields in C#
hiam using below code to copy look up field valuepublic static SPFieldLookupValue getLookUpValue(string lookupValue, SPList myList, String fieldname) { SPFieldLookupValue...
View ArticleSharePoint 2013 Apps - Get SharePoint user in a provider-hosted app using...
Hi,I've created a provider hosted app with high trust (S2S) security. I need a way for the app to identify the SharePoint user who launched the app so they won't need to log on again.I can do this with...
View ArticleRefresh Host Web Parent Page
I have an app part form and after completing the form I'd like to refresh the entire page.Basically the form inserts an item into a list and I'm displaying the list underneath and would like to refresh...
View ArticleHow to configurate provider-hosted app?
Scenario is that after given provider-hosted app to clients, they want to modify Client ID and Secret key or Redirect URL by themselves how to achieve these,Is that any build-in setting page in...
View ArticleApp Uninstall Event Not Firing when app is deleted from Site Contents....
I am encountering a very strange issues with App Events in Provide Hosted Apps.I have some logics that execute when user uninstall the app from the site. This code used to work fine but suddenly,...
View ArticleMaking central file system on SharePoint 2013
Dear all,Kindly help me with following query, I want to make file system on sharepoint 2013 which can be accessible throdugh internet. I want to know whether it is possible with sharepoint foundation...
View ArticlePassing a custom parameter to full page provider hosted app
I have a full page provider hosted app, which can display several different sets of content or 'screens' (e.g. Orders, Customers), based on a value in the URL query string. I would like to be able to...
View ArticleHigh-Trust App deployment problem : 401- Unauthorized: Access is denied due...
When i deploy my app on IIS, it has return 401 access denied message.running application in debug mode and using iis express is Ok.
View ArticleSpell checking in office 365 sharepoint site
How to implement spell checking in provider hosted web part . I have tried below solution https://www.altamiracorp.com/blog/employee-posts/spell-checking-your-custom-lay . But It is not working. Please...
View Article