Category Archives: Uncategorized

Forbidden sp.utilitites.utility.SendEmail

Problem: I got in one the workflow to send an email to the SharePoint Group. Solution: I found that the approval email was sent using the SharePoint Group. The issue with that is the group has to be set to … Continue reading

Posted in Uncategorized | Leave a comment

Problem: I got in one the workflow to send an email to the SharePoint Group. Solution: I found that the approval email was sent using the SharePoint Group. The issue with that is the group has to be set to … Continue reading

Posted in Uncategorized | Leave a comment

SharePoint Online WorkFlow Forbidden error for a list with no edit user permission

Problem: I have a list with permission for users to Add or View an Item. Once item added the users are not allowed to edit. In this list there is an ItemAdded SPD workflow which runs under App Step with … Continue reading

Posted in Uncategorized | Leave a comment

How to add “Active Directory Schema” Tool?

Step #1: register the SCHMMmgmt.dll using following command “RegSVR32 schmmgmt.dll” Step # 2: Launch MMC and add “Active Directory Schema” snap in  

Posted in Uncategorized | Leave a comment

Yammer App development useful information

API list http://developer.yammer.com/restapi/ Yammer.SimpleAPI (http://yammersimpleapi.codeplex.com) Contract Meow sample (http://yammercontractmeow.codeplex.com) JSON C# Class Generator (http://jsonclassgenerator.codeplex.com) https://www.sched.do https://github.com/yammer/sched.do https://yammercontractmeow.codeplex.com/ http://channel9.msdn.com/Events/Build/2013/3-605 Yammer Developer Site https://developer.yammer.com/ Yammer Developers Network http://yammer.com/yammerdevelopersnetwork Mobile SDKs https://developer.yammer.com/mobile/ Dev Certification (soon!) https://about.yammer.com/certifications/ Getting Started https://developer.yammer.com/introduction/ REST API documentation https://developer.yammer.com/restapi/ Embed … Continue reading

Posted in Uncategorized | Leave a comment

Channel 9 download tool

If you are like I don’t like the video streaming and waiting for the real content to listen by the presenter so I get the video to view offline. So I can fast forward. Please use the following cool tool to … Continue reading

Posted in Uncategorized | Leave a comment

SPRemoteAPIExplorer cool tool for the developers

The SP Remote API Explorer is pretty cool utility for developers. https://visualstudiogallery.msdn.microsoft.com/26a16717-0c9a-4367-8dfd-bb09e7e2deb5?SRC=Home The utility can be installed on the developer VM with SharePoint and Visual Studio. The utility pre requisite is you will need local SP farm with Visual Studio. … Continue reading

Posted in Uncategorized | Leave a comment

Why SPAppWebUrl is empty string for the SharePoint 2013 provided hosted App?

I created a new SharePoint Provided Hosted App. In the app added a single App part using the add item template. I used the {StandardTokens} in the query string of the start page. I got all other values but the … Continue reading

Posted in Uncategorized | Leave a comment

How to list the all web parts on a page?

The webparts are on the page. There is a simple way to list all web parts on the page. Simply add “?contents=1” after the page. This will list all the webparts present on the page. You can select and delete … Continue reading

Posted in Uncategorized | Leave a comment

SideWaffle template for AngularJS on Visual Studio

The Side Waffle is very useful for the Angular JS development. http://sidewaffle.com/ VsCommands for Visual Studio 2013 is useful add ins.

Posted in Uncategorized | Leave a comment