Home > SharePoint

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

OneDrive Personal vs OneDrive Business

This article provides information regarding the use of OneDrive and the Difference between OneDrive Personal vs OneDrive Business services. Usage: OneDrive is the place to store Documents, Images, Files. You can access your files from any smartphone, the computer that has a web browser to use single sign-on credentials. OneDrive Personal: You can share

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 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

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-67370d7f6da22522462851/] Add below code in Body [crayon-67370d7f6da25786230615/] Replace List_x0020_Name

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

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 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