-
Video Series on Bulding an Image Search Center in SharePoint using Azure Computer Vision & Power Automate
Most of the organizations share the corporate images, brand logos and other media assets at a central location which can be used by employees. With increasing number of assets its difficult to find an appropriate image when needed. A Image Search Center would provide the channel where one can search...
-
SPFx COVID-19 tracker webpart
The Need With the the unexpected growth in the number of COVID-19 cases, it is necessary for a business to monitor the situation and take necessary actions to minimize the impact on their operations. This webpart provides a quick overview of the number of cases identified and the rate at which...
-
SharePoint PnPjs : How to filter list items by Managed Metadata Fields or Taxonomy Columns
SharePoint REST APIs does not allow to Managed Metadata / Taxonomy fields within the OData $filter parameter. So, PnPjs which uses REST APIs internally, cannot query on a Managed Metadata column using the .filter() method. But we can query using CAML query and the .getItemsByCAMLQuery method. Below is a sample document library which is...
-
Filtering SharePoint list items by current logged-in user in SPFx webparts
How to filter list items based on a Person type field? There could be scenarios where we have to filter or query for SharePoint list items based on a Person field. For example, we might want to show the list items created by the current logged in user. This can be done...