Power Automate to update the metadata info including Author, Editor etc. for a file or List Item.
SharePoint
Power Automate – Convert Word document to PDF
Power Automate to convert a word document to PDF using Onedrive and without using Premium or third party actions.
Power Automate – Trigger Flow from SharePoint List column
How to trigger a flow from the SharePoint list column with no code option.
SPFx – Using toastr plugin
Using toastr npm package to display the flying notification.
SPFx – Using UniteGallery jQuery plugin
Using the UniteGallery jQuery plugin which is the responsive slider and carousel plugin in SharePoint Framework Webpart.
SPFx – Using Fluent UI Pivot control
Implement the Fluent UI Pivot control in SPFx webpart. Pivot control is used to navigate between a different sections whithin a page, it can also related to tabs which is mostly used for easy navigation of sections.
SPFx – Application Insights Dashboard
This webpart displays different statistics data captured in the Azure Application Insights in a graphical representation. Filters are provided to search for certain period of days. There are few Application Customizer which can be activated in SharePoint Online to track page view, performance etc., to Azure Application Insights, but the data can be viewed only by the administrator who is in-charge of Azure portal. Not all the users will have access to this data, this webpart will provide access to those data that can be used by the portal administrators and developers to keep track of the page performance and hits. Fetched insights data using Application Insights API.
SPFx – Application Insights Advanced
Introduction This application customizer will track the pageviews using Azure App Insights. The customizer will track the react routing which is used in SPA, in SharePoint Online it tracks the navigation between the news post which is not the actual post back. Also, added some custom properties about the site and the logged-in user details for … Continue reading SPFx – Application Insights Advanced
SPFx – SharePoint User Profile Property Sync
SPFx - SharePoint User Profile Property Sync, This web-part will help the administrators who are currently maintaining the user profiles in their organization. Used Azure Function with PnPPowerShell.
SPFx – Document Preview
Introduction This is a list view comman set developed using SharePoint Framework extension. It will help the users to view the supported document preview in a side panel without navigating to the new tab or window. There will be a new button on the list menu named 'Smart View' to view the preview of the … Continue reading SPFx – Document Preview