Using PCF Controls in Canvas Apps and Custom Pages

…Canvas Apps and Custom Pages. First, let’s turn on a feature that allows us to use custom components in Canvas Apps. In the Power Platform Admin Center (https://admin.powerplatform.microsoft.com), select your…

Power BI Home

…page, which will help to view multiple pieces of information in one glance, as well as potentially surfacing lesser used dashboards: Users can use a new global search feature, which…

Updating Swagger in an Azure API Management Service

…to include new operations? In our controller, let’s update the code. Let’s add Swashbuckle.AspNetCore.Annotations: And let’s add some new functionality, including a method to GetCustomersByLastName and some additional PostCustomer functions….

Creating a North52 Process Genie

…2nd parameter contains an EntityCollection: ForEachRecord( FindRecords(‘account’, ‘name’, ‘TEST‘, ‘*’, ’50’, true), UpdateRecord(‘account’, CurrentRecord(‘accountid’),SetAttribute(‘new_numberofopportunities’, 0)) ) Save the code. Note the Short Code created: Now, we will create a new

Tag and Shared Variable Custom Values in Web Api Plugins

…null) { tracingService.Trace($”tag: {executionContext.SharedVariables[“tag”].ToString()}”); tracingService.Trace(“Values: “); foreach (var i in executionContext.SharedVariables.Values) { tracingService.Trace(i.ToString()); } } // Add a new Shared Variable executionContext.SharedVariables.Add(“NewSharedVariable”, “test“); tracingService.Trace($”NewSharedVariable: {executionContext.SharedVariables[“NewSharedVariable”].ToString()}”); } } } Now in…

Entity Relationships in Dynamics 365

For our test, we will create a new My Order called Test 1: Now enter a My Order Line: Now, let’s delete our order. In deleting the order, the line…