Home > CMS- Content Management System > Sharepoint (Page 7)

How to create Hello World SharePoint Hosted Add-in

This article provides step by step instructions to create a basic SharePoint Hosted Add-ins. For that we need a Dev environment site and Visual Studio 2013/latest version. if you don't have an Office 365 Developer Site, Sign up free from sign up page. We assume that you have setup and you do

This Article is TAGGED in , , . Read more

How to Customize List View Web part using custom XSLT in SharePoint 2013

How to Customize List View Web part using custom XSLT in SharePoint 2013

Hello everyone, today we will discuss about basic understanding of XSLT and how to customize list view by custom XSLT in SharePoint 2013. XSLT basics XSLT stands for XSL transformation. XSLT allows you to transform structured data (xml) with style sheet (xsl). Here xsl (eXtensible Stylesheet Language) is Language for styling a xml

This Article is TAGGED in , , , , , , . Read more

Custom validation on default list form in SharePoint 2013

In SharePoint, there is requirement where we need to apply custom validation based on certain condition on specific column value. Validation may include show hide field, make required field, show error massage on blank form submission etc. In this article I will explain a scenario involving such validations and some functions for

This Article is TAGGED in , , , . Read more

How to export and import SharePoint list Data with Save list as template

In SharePoint there are multiple method for export/import list data but I think this is the simplest, time saver and quicker method for export/import or backup/restore of list data. In this article I 'll show you how to export SharePoint list from One SharePoint Site and import to another SharePoint Site with

This Article is TAGGED in , , , , , , . Read more

Customized Color Code Calendars in SharePoint 2013

Hello everyone, today we will discuss about SharePoint Calendar. In SharePoint 2013, You can use a calendar to store team events, including meetings, social events, Work hours, Business, Holiday, Get-together and all-day events. You can also track team activity task according event. SharePoint calendar is much flexible to customize it also make colorized

This Article is TAGGED in , , , . Read more

How to create custom result type in SharePoint 2013?

Hello everyone, today we discuss about SharePoint search result type which include How to create search result type Where and how to use search result type in the site So lets starts… SharePoint Search Result Type When you create custom search display template for result search web part, we need to make an entry of

This Article is TAGGED in , , , . Read more

Image Renditions in SharePoint 2013

An Image Renditions is another great feature in SharePoint 2013 where we actually deal with images in site collection, we handle actual renditions of images, improve the user experience of your website by optimizing images. Using Image Renditions you can have original (large) images stored in your site collection and then define

This Article is TAGGED in , , , , . Read more

Overview of SharePoint page Component model

Hello everyone, today we will discuss about basic understanding of SharePoint page model structure. Before you design or brand a SharePoint site,  you need to basic understanding of SharePoint page parts, how it works together etc. Fact of SharePoint page model is, it uses template to render a page. There are three

This Article is TAGGED in , , . Read more

How to customize workflow email body?

Hello everyone, today we will discuss about customizing work flow email body. Steps to customize workflow email body using SharePoint designer workflow Open your site from SharePoint designer 2013. Create a Custom workflow on the list Enter Name “Send an Email” and description “Send an email when customer data added". Select workflow platform

This Article is TAGGED in , . Read more