Bhubaneswar, Odisha
+91-8328865778

Blog

Highly Scalable IT Solutions & Services

Retrieves and Displays information from the Dataverse table Include features in canvas App

Introduction: Microsoft Power Apps is a powerful platform for building applications that can run on a user’s desktop or mobile device. Depending on the requirements of the application, the canvas app from Power Apps might be used on mobile devices exclusively. There are three types of Power Apps – Canvas, Model-driven, and Power Pages. The last type…
Read more

Import a sample dataset (Excel) into the previously created customer table. Ensure that the data is accurately mapped to the corresponding fields

Introduction: Dataverse, with its robust data management capabilities, simplifies the process of importing external data into your system. In this blog post, we’ll explore a step-by-step guide on how to seamlessly import an Excel dataset into a Customer table in Dataverse. This process ensures efficient data integration and empowers organizations to leverage their customer data…
Read more

Differences between Managed and Un-managed Solution

Introduction: Dynamics 365 offers a powerful solution framework that allows businesses to customize and extend the platform according to their unique needs. When working with solutions in Dynamics 365, understanding the differences between managed and unmanaged solutions is crucial for effective customization and deployment. In this blog post, we’ll explore the distinctions between managed and…
Read more

Open a Custom Page as a confirm dialog in Model driven app and pass parameter from the form

In Microsoft Power Platform, Model-Driven Apps provide a robust framework for building tailored business applications. One powerful feature is the ability to open custom pages as confirm dialogs, allowing users to confirm or cancel actions before proceeding. In this blog post, we will explore how to achieve this and take action upon the user’s confirmation…
Read more

How to add command button and call PowerFX to change record status

In this post you will come to know below points. Follow step by step below to know more. Step 1 : Add Command Button Open the solution and navigate to Model Driven App and click Edit button. In the editor navigate to the Sitemap page which represents the table and click Edit Command Bar. in…
Read more

Top 15 Indian MVPs & Influencers for Dynamics 365 & Power Platform you MUST follow

1. Nishant Rana 2. Mahender Pal 3. Sanjaya Prakash Pradhan 4. Arpit https://arpitpowerguide.wordpress.com/ 5. Dhruvin https://www.youtube.com/user/dhruvin953798/videos 6. Nandeep https://nanddeepnachanblogs.com/ 7. Clavin https://clavinfernandes.wordpress.com/ YouTube 8. Yash https://www.bythedevs.com/ 9. Deepak https://www.theaxapta.com/ 10. Subham https://www.shubhfordynamics.com/blog 11. Kuldeep https://d365feeds.com/ 12. Nijo https://nijos.dev/ 13. Priyaranjan https://microsoft365blogs.com/ 14. Priyesh https://d365demystified.com/about/ 15. Rampraskash https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA Other MVPs with great content 16. Ramit Paul…
Read more

Solution Layers in Dynamics 365 and Dataverse – Understanding concepts

Power Apps Solutions stored in as layers called as Solution Layers. The solution layer represents how components are modified by different solutions in course of time. The below diagram is a visualization of layers. Here, I will explain in details with example so that you can learn it. Take the sample steps of solution exports…
Read more

Security Roles

How to create a security role and provide access in Dynamics 365 CE

Here in the his post you will come to know below concepts. Create custom security role Create custom entity Provide permission and privileges Follow the steps to complete the task. Step 1- Create a Security Role login to D365 and go to setting. Here Click on settings and go to security. Next click on Security…
Read more

create custom table

How to create custom table in solution using Dataverse in dynamics 365.

Choose your Environment Choose solution Click on table Give Display name, plural name and primary field Save table Follow these step to complete the task First choose your Environment. Go to the the solution and select your solution. click on New -> click on the Table Display name :Display name of table. ex. Customer Payment…
Read more

Interface In C#

Interface is also a user-defined type like a class but contain only “Abstract Member” in it and all those abstract members should be implemented by a child class of the interface. Non-Abstract Class :- Contains only non-abstract / concrete members. Abstract Class :- Contains both non-abstract / concrete and abstract members. Interface :- Contains only…
Read more