Home > CMS- Content Management System (Page 9)

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

How to Check the User Permissions in Office 365/SharePoint 2013 Online

Folks, ever you faced to find what kind of permission of user have on the site. SharePoint has a good identify setting where you can find user permission which have across the SharePoint site either at group level or user level. So I’ve written few simple step to determine user permission

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

How to Set Value in URL column using SharePoint 2013 Designer Workflow

URL column type is consists of two part, one is Actual URL and second is the description for the URL. So Internally URL store the data like {Actual URL, Description}. Note there is a space after the comma and before the Description. In order to set the value in URL column using

This Article is TAGGED in , , , . Read more

Sample search term query’s of result search web part

Sample search term query's to search result through result search web part Search only document (i.e. all types but not docx type) under specific library {searchTerms} Path:"document path" AND (NOT FileType:docx) AND IsDocument:True with above query search result will not show folders.   Search in specific site only {searchTerms} Path:”site url” Example: {searchTerms} Path:"https://abc.sharepoint.com/mstest/”   Search result of

This Article is TAGGED in , . Read more

How to give item level permission through SharePoint workflow?

Sometimes we need to give item level permission for the submitted items in List so that submitter cannot manipulate submitted data. In SharePoint workflow, feature called Impersonation step help to give permission on item level. Steps: Create workflow for the list where you need to apply item level permission Select Platform type as

This Article is TAGGED in , , . Read more

How to create custom callout control SharePoint 2013?

In SharePoint 2013, Microsoft introduced new framework to create Callouts which is similar to SharePoint dialog box. CallOuts in SharePoint 2013, are displayed only for Specific Lists and Libraries like Document Library, Assert Library, Task Lists etc and not for Custom Lists, Announcements Lists, Calendar List and Discussions Lists etc CallOut.js in SharePoint 2013

This Article is TAGGED in , , . Read more

How to open list form in responsive dialog box in SharePoint 2013?

In SharePoint we often get request from client to open the forms in model dialog box. The Ideal way of doing this is to use SP Dialog box. We can use SP Dialog box in following ways: Show user notification massage, alerts etc. Show different pages on button click or on link etc. Show

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

How to send an Email using workflow when items are created or updated in SharePoint?

This guide was created to provide a simple, step-by-step way for beginners to quickly learn how to send an email using workflow when an item is created or changed in SharePoint. Workflow is another great feature of SharePoint. Workflow triggers automatically once you setup workflow according your start options. There are two

This Article is TAGGED in , , . Read more