SharePoint 2013: Working on Navigation using REST API
SharePoint 2013: Working on Navigation using REST API: I have not find many articles on Navigation using REST API in the internet. Hope this post will be useful for someone or may be to me in future J...
View ArticleCreating Navigation under Parent in SharePoint 2013 using REST API
In the Previous blog post we have seen how to create a Navigation using REST API in SharePoint 2013. Using that the Navigation will be created at the end. Suppose consider I have a parent Navigation...
View ArticleUsing Handlebarsjs in SharePoint 2013 with REST API- Part1
When you build the application as client side code using JavaScript, you may come up with the situation to do update the values on the HTML to display. We use JQuery or vanilla JavaScript to do so. To...
View ArticleSharePoint 2013: Using Handlebarjs in SharePoint- Part 2
In the part1 we have seen how to create a Handlebarjs template and merge our REST API output with that template. In that output the date time values of Created and Modified is not well formatted. Below...
View ArticleSharePoint 2013: Using HandleBars.js in SharePoint –Part 3
In Part1, we have seen how to create a Handlebars template and use it SharePoint 2013 REST API output. In Part2, we have seen how to format a SharePoint date time value using Momemt.js In this article...
View ArticleSharePoint exceeds the List view Threshold limit to 5000 items. Why 5000?
In SharePoint 2010 and 2013 when working with large list (which contains large amount of items more than 5000) we may experience the Threshold issue on List View with the below error. Here why 5000?...
View ArticleMoment Js: Change Locale in Date Time from SharePoint 2013 REST API
In the previous article I have explained about using Handlebars template and SharePoint data. For formatting the Date Time I have used Moment.js file. It has lot of helper functions and formatting...
View ArticleApplying Dynamic Templates in KnockoutJs in Table
I was exploring the Knockout JS for my data-binding with my SharePoint 2013 REST API output. My requirement was to bind my REST API output as a Table format and do the CRUD Operation on the table...
View ArticleSharePoint 2013: Restrict Client People Picker users to particular SharePoint...
I was creating a SharePoint hosted app in SharePoint 2013. In the app I have placed a client side people picker to select the reviewers. When I install and run the app, people picker is working well...
View ArticleAWS Certified Solution Architect- Exam Experience 2019
Hello, I happy to share that I have achieved the AWS Solution Architect – Associate exam on 22-Oct-2019 and I would like to share my experience on achieving this certification. I have no prior...
View Article