Microsoft has recently posted the documentation for using Postman with Dynamics 365 WebAPI at https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/webapi/use-postman-web-api. This prompts you to login into the application using your credentials to generate a bearer token which is passed to Dynamics 365 WebAPI when a request is made. However, we, sometimes, need to use an application user to access WebAPI, […]
Read MorePart 1 can be found here. Swagger time To create a customer connector, you can upload either a swagger file or a Postman collection. I am not a swagger expert. But, apistudio makes my life easier. Let’s jump onto http://specgen.apistudio.io. Paste the URL that you used in Postman. Make sure you are using POST. You should […]
Read MoreKnowing the limitation Although Power Automate (Microsoft Flow) and Power Apps support ready-to-use connectors for different services, it seems they do not have the same level of offerings between them. In Flow, for instance, there is a connector for Google Drive and there is a bunch of actions like creating/deleting a file, browsing the folder. […]
Read MoreAfter developing a custom portal on Microsoft CRM Portals, I like to share my experience. This is kind of starter guide to build highly customised web pages on Microsoft CRM portals. It is a high level and very informal guide. Libraries and frameworks To customise the portal, a good understanding of followings are essential. Bootstrap […]
Read More