Home > Ranjit Pokale (Page 5)

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

Tricks for rapid Searching of Content in Office 365/SharePoint 2013

Hello everyone, today we discuss about SharePoint search functionality, different way to search a files and tricks about searching. So lets starts... Search is one of the core feature of Office 365 or SharePoint online 2013. In SharePoint search be perform across multiple sites for quickly access things. In SharePoint 2013 search

This Article is TAGGED in , , , . Read more

How to read the version history of Multiline column from list in office 365/ SharePoint 2013 page?

Before we go through our actual goal first we discuss about SharePoint versioning. Within SharePoint list or library, you ability to add column that are type multi-line text field.  Within this column setting you have option 'Append Changes to Existing Text'. "You must first turn on versioning in this list

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

How to write Complex CAML Query with Nested AND Conditions

1 Condition CAML query [crayon-6767cf79f37ec051502029/] 2 Condition CAML query [crayon-6767cf79f37f1061027192/] 3 Condition CAML query Note: We can use two conditions only with in Operator [crayon-6767cf79f37f3688396926/] 4 Condition CAML query [crayon-6767cf79f37f5540735408/] 5 Condition CAML query [crayon-6767cf79f37f7580030256/]  

This Article is TAGGED in , , . Read more

How load list item with individual column filtration in office 365/ SharePoint 2013 page?

Below I share code to apply filter option to SharePoint list using the jquery data table.  Steps: Page level Create page and add following datatable css and js.<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.12/css/jquery.dataTables.min.css" /> <script src="https://code.jquery.com/jquery-1.12.4.js" type="text/javascript"></script> <script type="text/javascript" src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script> Create table with header according to SharePoint list. <div class="Filters"><div><span>ID FIlter</span><span class="idFilterOption"></span> <span>Adjustment Type FIlter</span><span class="requestFilterOption"></span></div></div> <table id="table_id" class="display"

This Article is TAGGED in . Read more

How to configure result search web part to show documents from in specific Document library?

Hello everyone, today we will discuss about how to create document search result type used to search documents from specific Document library. To implement search functionality we will use Search box web part and Search Result web part. Please follow steps below. We need to Create Result Source to create search query which

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