Tag: API

Efficiency in Power Automate
Efficiency in Power Automate
Webinars

Efficiency in Power Automate Join Damien Bird for an insightful webinar that will show you how you can become more efficient in Power Automate. Webinar Description: Efficiency in Power Automate In the ever-evolving landscape of digital automation, efficiency is the key to staying ahead. Join Damien, a distinguished expert from Microsoft in the United Kingdom,… READ MORE

Using Open AI API in SharePoint Framework Projects
Using Open AI API in SharePoint Framework Projects
Webinars

Using Open AI API in SharePoint Framework Projects Join Anoop Tatti, MVP, and watch this webinar recording to learn all about Using Open AI API in SharePoint Framework Projects! Webinar Description – ‘Using Open AI API in SharePoint Framework Projects’ Do you want to translate your SharePoint content quickly and accurately, without sacrificing nuance? If… READ MORE

Consuming Google drive API from MS Teams App
Consuming Google drive API from MS Teams App
Blog Posts

It’s not uncommon for companies to have multi cloud setup and use both M365 and GSuite. MS Teams supports a data provider for Google drive but, the search experience there is quite poor. In such setup it can bring a great value to implement search across both M365 and Google Drive indexes and expose it… READ MORE

How to use the getUserPrivilege function in Dataverse Client API
How to use the getUserPrivilege function in Dataverse Client API
Blog Posts

getUserPrivilege is a function that will return canRead, canCreate, and canUpdate. This function correlated with the Field Level Security feature makes it suitable to check if users have enough privilege to run our custom function on Javascript. For example, we have below customization on formOnLoad: In the example above, let’s say we already set up the CustomerId and IC Number attribute to be part of Field Level… READ MORE

Setup Auth0 with API Management
Setup Auth0 with API Management
Blog Posts

API Management is an awesome API gateway with functionality to really excell in exposing API’s to consumers. When it comes to security there are several options and today we will look in to the OAuth. In order to do this we need an IDP (Identity Provider) that we can configure a trust releationship with. An… READ MORE