Wednesday, July 20, 2016

SharePoint Online MobileExcelWebAccess Feature - Unable to create site using custom template

I am sure you would have got this error suddenly while creating sites using custom template in SharePoint Online. Error: MobileExcelWebAccess Feature e995e28b-9ba8-4668-9933-cf5c146d7a9f Not activated Microsoft is unsure about the issue but there is a fix.  Prerequisites: -...

Thursday, July 14, 2016

SharePoint 2013 / SharePoint Online Create multiple Pages library

My requirement was to have separate Pages library for categories.  So, I took the Pages library template and tried to create a library using the template. SharePoint throws an error.  I contacted Microsoft Support team and they confirmed that a site cannot have more than one Pages library.  Today...

SharePoint 2013 / SharePoint Online Create OneNote document library

SharePoint provides very easy way to accomplish many business requirements. But we, developers, always think advanced solution that takes lots of effort. One of the example is Document library for OneNote. I started thinking to have content type with template and etc., And found out the easy way. 1....

Friday, July 8, 2016

AngularJS Filter Exact match / Filter Strict search

I wanted to get results with exact match using filter property in AngularJS. Let us assume I have JSON values; $scope.languages = [ {id:19, name:"German", available: false}, {id:119, name:"English", available: true}, {id:3, name:"French", available: false}, {id:4, name:"Italian", available: true}, {id:5, name:"Spanish", available: false} ]; I...

SharePoint Library settings is missing in new look and feel

I was introduced to new look and feel in SharePoint Online (SharePoint 2013 version) for document library on a Team site. At first I was like "Wow !" then it turned me down. I wanted to go to Library Settings. I thought it should be under the Ellipsis (3 dots) button. When I clicked on it, I was...