Home > CMS- Content Management System (Page 7)

Create list, Column Types, List Instance and List Views in SharePoint Hosted Add-in

In my previous post, "How to Create a Basic Accordion SharePoint Hosted Add-in," we focused on the basic Accordion App. In this article we will learn How to Create a Custom List, List Column, List View and List Instance. To perform all action we need to create a custom list in

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

What is the Host Web URL and App Web URL in SharePoint add-in?

In the first post of this series I introduced how to create a basic HelloWorld SharePoint Hosted Add-in. In this article we will discuss another important topic Host Web URL and App Web URL. Before start let understand What is the Host Web and App Web. Host Web: SharePoint site where our app will

This Article is TAGGED in , , . Read more

How to add Master page on SharePoint Hosted Add-Ins

In SharePoint Hosted Add-ins, it possible to change default master page. By default in SharePoint 2013 have default.master page which present in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\GLOBAL Steps to add master page in add-in Create SharePoint hosted add-in with name Hello World By default add-in solution contains Default.aspx page under Pages

This Article is TAGGED in , , . Read more

About add-in permissions in SharePoint Hosted Add-Ins

In this article we learn about add-in permissions in SharePoint Hosted Add-Ins, including types of add-in permissions, managing permissions and permission request scopes. SharePoint Hosted Add-in Permission Request Scope A SharePoint Add-in uses permission requests to specify the permissions that it needs to function correctly. Table 1. SharePoint add-in permission request scope URLs

This Article is TAGGED in , , , . Read more

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