Home > CMS- Content Management System

Check in and Check out feature in SharePoint

In this article, you will get information about the Check-In/Check-Out Feature in the SharePoint library, use of this feature. If you want to edit the file and do not want to update another user at the same time for the same document, SharePoint provides the check-in/check-out feature to avoid this kind

This Article is TAGGED in , , , . Read more

What is Microsoft Viva

Microsoft Viva is an employee experience platform, helping you create a work environment that puts people first, driving better business results. Microsoft Viva has 4 verticals - Viva Topics, Viva Connections, Viva Learnings, Viva Insights Microsoft Viva Topics  Features: Topic cards: Deliver knowledge in context, with topic cards surfaced across Outlook, Teams, Search, and

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

Relative Date not showing in Power BI Slicer visualization

Power BI visualization slicer tool is a well-known feature of Power BI used to filter visualizations by relative time periods. This tool is commonly used to help narrow down the reports. But when we bind slicer with SharePoint list’s default created column, relative date option not available in the slicer

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

How to send an email through Visual Studio workflow in SharePoint Hosted App

Hello, In this article, I will show you how to send an email through Visual Studio workflow in SharePoint Hosted App, I am using VS17, We have seen we can send email using SharePoint Designer, Microsoft Flow, and RET API. Send an email through Microsoft.SharePoint.DesignTime.Activities.Email activity is quite old but I

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

Getting the current context in SPFx service and get the SharePoint List items

Hello, In this article, I will show you how to get the current context of the site and pass it to services. In the traditional method, we were getting the Current Context of the site from SP.ClientContext or using Rest API. I have created a React-based SPFx Web part. I have different

This Article is TAGGED in , , , . Read more

Sort the PowerApps Data/Collection by Specific Column On Click

In PowerApps, we can use the SortByColumn functions to sort the Items/Table by specific column. We will run how to sort the table by specific column On button click. I have a sample Product SampleData excel sheet with below columns, which is hosted on OneDrive business. I have already created a basic PowerApp

This Article is TAGGED in , , , . Read more

How To Update And Delete Items in Bulks Using PnP In SPFx

in this blog, we cover the PnP Bulk Update and Delete Items. Brief information about SP-PnP-JS PnPJS is an open-source solution with active community providing support for it. There is no SLA for the open-source tool support from Microsoft. SP PnP JS are patterns and practices that the core JavaScript library offers. They

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

Retirement of certain SharePoint Online WebPartPagesWebService methods

We’ve identified an issue with five methods belonging to the deprecated WebPartPageWebService API (https://<Site>/_vti_bin/WebPartPages.asmx) that could cause impact to data integrity. These methods are: AddWebPart AddWebPartToZone SaveWebPart SaveWebPart2 GetWebPartPageConnectionInfo As a result, we are retiring these methods and they will stop returning data after October 12, 2020. Transition from SOAP to CSOM Developers should update any existing processes or integrations that use

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

SharePoint 2010 Workflow are Retiring in 2020!

SharePoint 2010 workflows will be retired in 2020 Starting August 1st, 2020, SharePoint 2010 workflows will be turned off for newly created tenants.   Starting November 1st, 2020, Microsoft will begin to remove the ability to run or create SharePoint 2010 workflows from existing tenants. SharePoint 2013 workflows updates SharePoint 2013 workflows will remain

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

Update Hyperlink fields with URL and Description using Microsoft Flow (Power Automate)

Add the Send an HTTP request to SharePoint action Add your site for Site Address Set Method to POST Set the Uri to _api/web/lists/GetByTitle('ListName')/items([ID]). Update “ListName” to your list’s name. Replace “[ID]” with the ID field from dynamic content Click on “Text Mode” and Add below code to Header [crayon-6646ae28a7c9a076784220/] Add below code in Body [crayon-6646ae28a7ca2486262892/] Replace List_x0020_Name

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