Calling TDS endpoint from plugins
In Dataverse, you can use the Tabular Data Stream (TDS) endpoint to perform advanced queries over your data. It then allows you to talk to Dataverse as if it...
In Dataverse, you can use the Tabular Data Stream (TDS) endpoint to perform advanced queries over your data. It then allows you to talk to Dataverse as if it...
We have hit some cases where we want to enable client extensibility of controls we develop - for example, display a custom dialog to enter metadata before a ...
Previously I wrote about optimizations/fixes which you can do to improve PCF build times with the default PCF setup. Since then, Microsoft has added a suppor...
We are continuously trying to release some of our internal work as open source in NETWORG. One of the issues with doing so on GitHub however, is the manageme...
For some time, we have been struggling with the way to programmatically manipulate distribution groups in Exchange Online. The only supported way is via Exch...
In the previous post we looked into using MSAL to obtain a token from Entra and use it to call an API (Microsoft Graph). This time, we will look into using t...
Following my last article about obtaining tenant ID and UPN in Power Apps, we are going to look into obtaining Entra ID tokens for calling APIs from your con...
Whether you’re trying to handle authentication or doing something else, you might need to obtain the current tenant ID or user’s object ID in Entra. There ar...
Few days ago, Microsoft has silently published docs about a new feature in Power Apps component framework called Dependent Libraries. We are going to look un...
At NETWORG we have been extensively using Power Apps component framework which allows us to build custom UI components for Power Apps. Our largest repo with ...