Business Applications, Common Data Service, Dynamics 365 Portals, PowerApps Portal

Power Apps Portal: “Table permission changes for forms and lists on new portals” So what?

In case you missed it... We've got a portal page with the form which is available for anonymous users. It's a valid scenario. And the way we set it up previously was like this: Advanced form No authentication is required. Advanced form - no authentication is required. Advanced Form Step - Enable Table Permission option… Continue reading Power Apps Portal: “Table permission changes for forms and lists on new portals” So what?

Azure Development, Azure Integration, Business Applications, PowerApps Portal, Web API

Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)

Last month I posted the article describing our exercise with the Azure Blob for the portal notes. The Part 1 is here: https://msolenacrm.blog/2021/07/20/azure-storage-integration-for-power-apps-portals/ This is the second part I advertised created by Mira and all implementation credits go to her as well 😎: "I have been Exploring with Olena (https://msolenacrm.blog/) how to enable the azure… Continue reading Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)

Business Applications, Common Data Service, PowerApps Portal, Web API

Power Apps Portal: deactivating records from a portal via Web API

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 possible to deactivate a record from a portal with a status different from the default one. Now it's super easy!… Continue reading Power Apps Portal: deactivating records from a portal via Web API

Common Data Service, Power Platform, PowerApps Portal, Uncategorized, Web API

Power Apps portal Web API: (ERROR)An undeclared property … which only has property annotations in the payload but no property value was found in the payload…

UPDATED POST HERE: https://wordpress.com/post/msolenacrm.blog/2147 Looking at Web API for portals this weekend. For the scenarios we currently workaround, with the API it's all easy. There is a very documentation available which will help you to start: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-perform-operations and here: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-overview#web-api-operations When I was trying to bind a related entity on create I was getting the… Continue reading Power Apps portal Web API: (ERROR)An undeclared property … which only has property annotations in the payload but no property value was found in the payload…

Dynamics 365 Portals, PowerApps Portal

Power Apps portals: my Edit button doesn’t show on a grid (Déjà vu)

I've been working with portal for so many years that every time something like this is happening I feel like dying of emberrasement. For my demo entity list, I couldn't get the Edit button to appear and I knew, I knew it was about Entity permissions. You need to make sure you set up your… Continue reading Power Apps portals: my Edit button doesn’t show on a grid (Déjà vu)