Create a new Site using JQuery and Rest Services
(function( $ ) { $.fn.greenify = function( options ) {// This is the easiest way to have default options.var settings = $.extend({// These are the defaults. color: "#556b2f", backgroundColor: "white"...
View ArticleCannot found Properties property in GetDynamicValueProperties activity
Hi,I am trying to develop a SharePoint 2013 workflow using Visual Studio 2013. I created a Dynamic Value variable "ListItemProperty" and put it as result value for LookUPListItem activity. Then, in...
View ArticleUnable to edit the site in sharepoint designer 2013
Hi,I have created a custom list for one of my requirement, and I want to change the look and feel of the custom list view, so I was trying to edit this list in SharePoint Designer 2013, I'm able to...
View ArticleWeb API for Sharepoint online
What is the approach to build Asp.Net web APIs for SP online. When searched i am able to find web app for sp online using visual studio. Can anyone help me in the right direction.
View ArticleWhy is _spPageContextInfo.WebAbsoluteUrl is undefined?
Hi,I have my developer VS2012 machine on the company domain and have set up a developer site. I have an sp2013 machine on the same domain.For some reason when I try Microsoft's REST example I get...
View ArticleOn-premise High-trust App and 401 (appredirect.aspx) for anomyous user
Hello,I've developed a provider hosted App. The App can be used by authenticated and anonymous users. On my development platform the App is working in both cases as expected. Then I configured a new...
View ArticleIssue with worflow activity in VS 2013
Hi,I am developing a SharePoint 2013 workflow using VS 2013. While doing this I am facing an issue with workflow activity (GetDynamicValueProperties) in Visual Studio 2013.(GetDynamicValueProperties)...
View ArticleCAML Joins in Javascript
Hi,I'm fairly new to developing apps for Sharepoint so please go easy! I'm having a problem joining two lists using CAML in Javascript. What I'm trying to do may not even be possible but from the...
View ArticleUserCustomAction in App Event Receiver
I have created one UserCustomAction in App Event Receiver which adds a link in Site Action (Gear) menu of host web. The link I want to put is the URL of a list in App web. I tried below two options:1)...
View ArticleIssue with installing provider hosted app by using PowerShell
Hi My provider hosted app (MVC) works just fine if I installed it in a web by using "Add an App" button, however if I install it by using Import-SpAppPackage & Install-SPApp command, the code will...
View ArticleSharePoint Workflow Lookup Problems
Whilst using SharePoint workflows to fire off events etc I have encountered a few issues, I have a few created a tab with fields in that link to other lists within my site, these are the lookups....
View ArticleAccessing App Web list from the remote event receiver of Host Web document...
Please suggest how can I access a list available in App web with in the remote event receiver I created for document library in Host Web.Thanks in Advance!
View Articlefirst time in SharePoint 2013 please advice in developing app
Hi there,I've approx 2 months experience in SharePoint 2010 and now start using SharePoint 2013. I've a ASP.NET C#, javascript background and some intermediate knowledge about sharepoint , sharepoint...
View ArticleSharePoint hosted app part and SPHostUrl + SPAppWebUrl
Hi,I have sharepoint hosted app that gets hostweburl and appweburl with the next lines function getUrl() { hostweburl = getQueryStringParameter("SPHostUrl"); appweburl =...
View ArticleReal Time Notifications in Provider Hosted Apps
HI,We are creating certain small widgets in one provider hosted apps (ex: Birthdays Widget, New Joiner Widgets). We have a functionality wherein anybody can like (Like functionality) one birthday. Once...
View ArticleCross Browser Testing for SharePopint online
Any easy/open source way to test the sharepoint online code for cross browser testing??
View ArticleRedirection error An error occurred while processing your request in...
Hello,I developed one simple provider hosted app and I published it in my Azure website. I also published the SharePoint App of this solution in O365 site. I'm using Visual Studio 2013 Premium edition....
View ArticleOffice 365 REST service to service authenticating error
Hi, I'm trying to set up a service to service calls using client credentials (described at http://msdn.microsoft.com/en-US/library/azure/dn645543.aspx) to the new Office 365 File REST APIs. I'm...
View ArticleError Using REST API to Retrieve SharePoint content
I am developing a rather simple application that retrieves files from SharePoint using the REST Office 365 API. This is a batch job running in the background with no user interface so the following...
View ArticleUpdating and Deleting a SharePoint 2013 List item in the Host Web from a...
Hi,I am trying to update/delete a specific list item in the Host web from a SharePoint 2013 App using Rest service.In lot of samples i have seen that they are updating a list item in the app itself...
View Article