Go Beyond limits with Power Platform
This is a recording of Olena’s and Andrew’s presentation at the Scottish Summit 2021. In this video you can learn how to: move a desktop application into the cloud parse PDF files impact of Power…
This is a recording of Olena’s and Andrew’s presentation at the Scottish Summit 2021. In this video you can learn how to: move a desktop application into the cloud parse PDF files impact of Power…
Continually adapting the business to the everchanging technology environment is not a sprint, it’s a marathon. As such, the one-off “hit and run” approach to technology change doesn’t deliver continuity and strategic transformation. Moreover, such…
Digital Transformation is an overused buzzword these days. At the same time, there is a very specific and pressing problem behind it that many businesses face now. The problem is exactly as Lewis Carroll stated…
https://www.meetup.com/Brisbane-Power… How do you generate documents in Power Apps? Do you use Power Automate or document templates? or both? Are you looking for the improvements and willing to join Jedi Order to fight Dark Forces?…
Don’t be like me! This is the JavaScript: var uriClientLegacy = “?$select = cca_legacyservicefee, defaultpricelevelid & $filter=accountid eq ” + clientLookupId; Xrm.WebApi.retrieveMultipleRecords(“account”, uriClientLegacy).then( function success(result) { … }, function (error) { console.log(error.message); // handle error…
All the amazing docs, which help you to start are available here: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-perform-operations#update-and-delete-entities-using-the-web-api https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-overview#web-api-operations I was testing the scenario where we had to workaround with the plugin: prior portal Web API times 🙂 it wasn’t…