Home > CMS- Content Management System (Page 2)

Use [Me] filter on Multi Line text

You may be storing username like User1; User2; User3; User4; User5 in Multiline text column. Along with this you are trying to create a view with “Admin User” “Contains” “[Me]” to show assigned items to login user. This won’t return you any result. Use of "[Me]" filter on Multiline text

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

Custom Scripts are going away in SharePoint Online – 31st January, 2020

Major change is coming in SharePoint Online Microsoft Internal Sites!!!  Effected domain (for now) https://microsoft.sharepoint.com/. Microsoft has announced that coming 31st Jan 2020, custom JavaScript will be turned off in Classic SharePoint sites internally. This means "No Scripts" will be enable for Microsoft tenant in SharePoint Online. Don't worry, existing sites will

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

Calendar List option is missing in SharePoint

Hello everyone, in this post we discuss on how to fix missing Calendar list in SharePoint. 1. Go to the "Site Settings" 2. Go to "Manage Site Features" 3. Check "Team Collaboration Lists" feature is activated or not. If not, activate the feature. Then, you should able to create Calendar list in site from

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

How to get Current Site URL in Visual Studio SharePoint workflow

Using "LookupWorkflowContextProperty", we can retrieve Current Site URL. LookupWorkflowContextProperty retrieves a property from the workflow instance. LookupWorkflowContextProperty which return following properties. Associator: SharePoint app pool account when you first created the web application. [SHAREPOINT\system] Initiator: Get the name of the workflow Initiator, It will return user name who initiate the workflow Association Name: "UserInfoWorkflow -

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

How to Find and Change the deployment URL of a solution in a SharePoint Hosted App?

Recently I had faced trouble to find my SharePoint Hosted Add-in deployment URL because I want to deploy my Hosted App in another office 365 site. After some research, I have found the solution and want to share with all. How to find the Deployment URL? Select the project file in Solution Explorer

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

How to send an email using REST API in SharePoint?

In SharePoint Online we have used the Workflow to send an email notification to the user/group, but in some cases, we don't want to create a workflow just for email. For more info about the email trigger using workflow click HERE. In this article, I will share how can we send emails

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

How to check External Sharing On or Off for a Site Collection using JavaScript or Client side object model?

To check External Sharing On or Off for a Site Collection we will use _spPageContextInfo object.  _spPageContextInfo is a global object. It belongs to any pages like site page, wiki, publishing and system pages. It provides us lots of useful information about the web site. Like _spPageContextInfo.userId - it gives us a current

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

Archiving the files from one document library to another document library in SharePoint

Hello everyone, in this blog we will discuss on "Archiving the files from one document library to another document library in SharePoint". Suppose there is a requirement to Archiving library files that are not modified last 7 years. To accomplish above job in SharePoint, we will utilize Content Organizer feature. Content Organizer The Content Organizer is a

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

Email with an attachment from SharePoint document library using Microsoft Flow

Hello everyone, in this blog we will discuss on 'Email with an attachment from SharePoint document library' using Microsoft flow. In SharePoint, we have two option for sending an email with attachment either by Workflow or Microsoft Flow service. Here we will discuss on Microsoft Flow service. Steps: Create a flow with one of

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