Auditing in Dynamics 365 and Power Apps

Dynamics 365 and Power Apps entities come with auditing features. To enable auditing, first go to System Settings and select the Auditing tab, or go to https://admin.powerplatform.microsoft.com/ and Settings->Audit and…

Employee Self-Service Portal in Power Apps

In this post, we will look at Employee Self-Service portals in Power Apps. First, go to https://make.powerapps.com and create a new portal. We will need to go to Create, then…

Opening a Web Page in a Browser from a USD Menu

…Bing website. Call it Open Bing and Add Existing Action Call: Create a new action call: CRM Global Manager Action = LaunchURL Data = the website, i.e. https://bing.com Restart USD….

Creating an HTTP Listener with Power Automate

In this post, we will use Power Automate to create an HTTP Listener. This can be useful when subscribing to webhooks. Go to https://powerautomate.microsoft.com and select New Flow, then Automated…

Sending and Accepting a GitHub Repository Invitation

…and send it to the user: E.g. https://github.com/carldesouzacom/my-console-app/invitations When the user clicks on the link, they will see the invitation to accept: Once accepted, they now see the repository:  …