Sandbox solution strange error accessing lists from another web
Hi everybody, I have a strange trouble with a webpart in sandbox solution developed. It access to several list in the webpart's current web and access to others list from the current web or from...
View ArticleWorkflow in SharePoint 2013 Apps
Hi,im working on a proof of concept to migrate InfoPath forms into HTML / ASPX forms.but with this migration i also need to kick-off some Workflows.i followed the article below from start to finish but...
View ArticleRequire.js and SharePoint JSOM
Is there a way to detect when the various JSOM scripts are loaded and objects are ready using require.js? i.e. When SP.ClientContext is ready?Thanks, Roger
View ArticleRibbon Customization: Change to CommandUIHandler does not deploy
Hello,I am developing a SharePoint-Hosted app to display a ribbon button. When the button is clicked, the CommandUIHandler is supposed to open an aspx page. The initial XML for the CommandUIHandler...
View ArticleHow to build a search functionality for a sharepoint list?
Hi Everyone,I am working on SharePoint 2013 online.I wanted to add search functionality like below,When a person select name and click on GO button the search functionality should able to display the...
View ArticleSome free space in top of custom aspx page?
Hi. when i dynamically set the src of an iframe in my page, after the src aspx is loaded there is a big white space with a line in the page????and this is my code for the page<asp:Content...
View ArticleI am trying to send email from my sharepoint hosted app using the workflow(in...
Hi, I am trying to send email(to outside domain) from my sharepoint hosted app in Sharepoint 2013 using the workflow(in Visual studio 2012) . Code not showing any error but not sending mails either...
View ArticleApp permissions.
Hi All,Could anyone please confirm my understanding with app permissions? In case "http://sharepoint/content/sitecollection"= Manage permission, if current user don't have access to a list in host...
View ArticleSending mail from a Azure Website with php
I have been trying to get a simple form to send a email. With a php script using azure websites. I know I could do running a vm but I would like to do with just web page. I have tested php. its...
View ArticleNot able to fetch comments from user profile social database
Hi All,I want to fetch comments entered using SocialCommentControl from user profile social database. I tried following snippet in Managed CSOM API but could not succeed. Any help will greatly...
View ArticleAccess SharePoint 2013 lists data using the cross-domain library in Office...
Can anybody let me know how to retrieve lists data of Host Web Domain into SharePoint 2013 App in Office 365 via NAPA TOOL.
View ArticleNAPA to pull and join list data from two different SPO site collections?
Looking at this sample...
View ArticleBasic App And Javascript not working
HiI created a basic App project using Napa:http://msdn.microsoft.com/en-US/library/office/apps/jj220041When I run the project I see the form with its controls but no javascript works at all (in the...
View ArticleDownload Picture
Hi,i use SharePoint foundation 2013, and i want to download Picture from a library to my loacal disk programmaticully with a WebpartHELP PLEASE
View ArticleSystem.Drawing.Image.FromStream(webStream) parameter is not valid in sharepoint
Hallo,I want todownloadapicture from SharePoint, Itested thecode inconsole and that's good butatwebpartI habe alwayserroratimage =System.Drawing.Image.FromStream(webstream)Parameteris not valid...
View Articlekeeping users inside a SharePoint Hosted App
On SP 2013 Online:Any way to keep a user from being able to access the host site and get to other site resources?Any way to create a permission level where user can CRUD on a list, but can' go to All...
View ArticleSharePoint REST, create field and contenttype in Host Web
Hi, I have tried to provision fields and contenttypes to the hostweb but with no success. This is the code to provision the field: $.ajax( { url: appweburl +...
View ArticleHow to set the X-RequestDigest Value ?
Hi,I need to post data in sharepoint with REST requests and C#. To do that I have to set the X-RequestDigest Value. But I don't know how ? The HttpWebRequest class doesn't seem to have a property for...
View ArticleJavascript and REST API to get all lists Shareoint 2013
Hi,I am using Javascript and REST in a Sharepoint-hosted app to get all lists in a sharepoint 2013 site. For this I have used the request URL asurl : appWebUrl...
View ArticleError in Visual Studio 2012 - Creating an App for SharePoint 2013
I have tried setting up an app development environment for SharePoint 2013 using Visual Studio 2012 Ultimate on both my local system and the SharePoint Development server (Server Edition). In either...
View Article