-
Continue reading →: C# | Telesign | Send SMS | Couldn’t load type Telesign.MessagingClient
Telesign is a Communications Platform as a Service company. We can Send and receive text messages effortlessly with TeleSign’s global text message API. Other day I’ve subscribed to Telesign trial and was trying to send SMS from my C# console application. As a first step I’ve installed ‘Telesign’ NuGet package…
-
Continue reading →: Dataverse | Plugins | ILMerge Alternative | Shared Project
Role of ILMerge in Plugin Development: If you are familiar with writing Plugins in Dataverse, chances are that you would have used ILMerge to merge the Assemblies. In a typical Dynamics Plug-in development, we will have following .Net Class Library Projects. Plugins.csproj Plugins.Helper.csproj When you compile above projects, you get…
-
Continue reading →: Power BI | Dataverse | Fixing the connection reference of a report
For the unversed, Using ‘Power BI embedded’ we can embed a Power BI report as Dashboard in Model Driven App. This Dashboard can be added to a Solution and can be transported to other Environments. However there will be a challenge with report’s Connection reference. When the Dashboard moved to…
-
Continue reading →: Power Apps | On-premises data gateway | High-availability Clusters
In one of my previous articles, I detailed the steps to connect to an on-premise SQL server from a Canvas App. High availability: Refers to a set of technologies that minimize IT disruptions by providing business continuity of IT services through redundant, fault-tolerant, or failover-protected components inside the same data center. By…
-
Continue reading →: Model Driven App | Power BI | Visualize data
There’s a new way to visualize your model-driven Power Apps and Dynamics 365 data stored within Dataverse. With a single click, Power BI will automatically generate a set of visuals for you to explore and find insights within your data. Prerequisites: Enable Model Driven App Level Setting: This feature is…
-
Continue reading →: Dataverse | Modernize business units (Public Preview)
With this preview feature, Users are no longer restricted to accessing/managing data in their own business unit. Users can now access and own records across business units. Security roles from different business units can be assigned to the users regardless of the business unit the users belong to. This feature…
-
Continue reading →: Dynamics CRM | Microsoft Power Apps | Legacy OData v2.0 Service removal date
OData v2.0 endpoint: The Organization Data Service (Also known as the OData endpoint or the REST endpoint when it was released, the Organization Data Service offers limited capabilities to only create, retrieve, update, or delete table data) is an OData v2.0 endpoint introduced with Dynamics CRM 2011. The Organization Data Service was deprecated with…
-
Continue reading →: Power Apps portals | Query data using portals Web API (Public preview)
Portals Web API: The Portals Web API enables building a richer user experience inside Power Apps portals pages. We can use the Web API to perform create, update, and delete operations across all Dataverse tables from the portal pages. For example, you can create a new account, update a contact,…
-
Continue reading →: Power Apps | Canvas App | StartScreen property
In the latest Canvas App updates, following key announcement has been made on App’s ‘OnStart’ property. Using the Navigate function in the OnStart property has been retired. (Refer below screen as App throws warning if you have Navigate function on OnStart) Existing apps will continue to work. For a limited time, you can still…
-
Continue reading →: Azure DevOps (ADO) | Pipelines | Publish and Access Build Artifacts from Staging Directory
In this article, Lets see how to Publish and Access Build Artifacts using ADO Pipeline. What are Build Artifacts: Build artifacts are the files generated by your build. In ADO Pipelines, We can use Build.ArtifactStagingDirectory Predefined Variable, on the agent where any artifacts are copied to. Below are the steps…


