Blogs

Performing CRUD Operations in Power Apps using Sharepoint List – Part I

, March 21, 20232554 Views

Hello PowerApps Users,   PowerApps is in demand nowadays because of its remarking features such as: Speed of app creation. Power Apps accelerate app creation.   Low-code and no-code.  Microsoft and other third-party service integrations.   Business process automation.   Low cost of app ownership.   AI capabilities.   Cross-platform access and ease of deployment.  As a beginner in developing… Continue reading Performing CRUD Operations in Power Apps using Sharepoint List – Part I

Read more

Enable Offline Capability for Dynamics 365 Sales and Model Driven App

, March 6, 20232079 Views

Sometimes the users of the model driven app will be required to update the data even if there is no connectivity to the application. This is needed when the users access the application in a remote place where they do not have the connection to the internet. In order to enable the app for offline… Continue reading Enable Offline Capability for Dynamics 365 Sales and Model Driven App

Read more

Travel Insurance Industry’s Email Problem

, February 23, 2023756 Views

The one thing that anyone working in the travel insurance industry will say is difficult to deal with is the number of emails that they receive. They may hit that sweet spot, the magic number of people that is just right for this task, but they may not be aware of a hidden problem that… Continue reading Travel Insurance Industry’s Email Problem

Read more

How to create a Horizontal Scrollable Gallery in Power Apps (Canvas Apps)

, January 20, 202321300 Views

Hello Power Apps User. Let’s take a scenario in Canvas Apps. Suppose we want to display 6 columns in a Vertical gallery. Then, we can easily achieve it by the following steps:  Add Blank Vertical Gallery.  Add multiple labels/any other controls inside the gallery. Add necessary DataSource to the Items property of the Gallery and… Continue reading How to create a Horizontal Scrollable Gallery in Power Apps (Canvas Apps)

Read more

Rename multiple views easily in Dynamics 365 and PowerApps

, January 6, 20231617 Views

In this blog, we will see how to rename multiple system views together using export import approach. Many a times, we come across a situation, where we rename entity. So, if we are renaming the entity, next obvious thing will be renaming the views as well. Now, if there are multiple system views then renaming… Continue reading Rename multiple views easily in Dynamics 365 and PowerApps

Read more

Mining Industry… to the cloud!

, December 29, 2022959 Views

Mining is one of the most essential and possibly one of the oldest industries in the world. In ancient times, people started mining metals to make tools. With the discovery of coal, coal mining started followed by the discovery and mining of oil. Almost everything that we get which forms the very basic foundation stone… Continue reading Mining Industry… to the cloud!

Read more
microsoft fabric partner

Dynamics 365 Plugin Assemblies. Single or Multiple? You decide!

, December 22, 20224294 Views

In most projects with Plugins, there will be an obvious need for more than one plugin. This brings up challenges for how to organize and manage the assemblies and normally will result in having to strike a balance between maximizing plugin deployment segregation, (A single plugin class per plugin assembly) and ease of deployment/visual studio… Continue reading Dynamics 365 Plugin Assemblies. Single or Multiple? You decide!

Read more

Digitization in Travel Insurance Industry

, December 8, 2022964 Views

The travel insurance industry will be seeing a steady growth in the future, both near and far. People will travel and they will want to feel safe as they travel. Insurance would be important if they are traveling alone but even if they are traveling in a group insurance would be of immense help as… Continue reading Digitization in Travel Insurance Industry

Read more

Moonlighting is bad!

, December 1, 2022945 Views

What is moonlighting? Moonlighting means having a job that is separate from and in addition to the regular job that a person holds. This does not include a passive income job. This kind of job is one that does not involve the person actually putting any time or effort into it. Passive income jobs include… Continue reading Moonlighting is bad!

Read more
Dynamics 365 Business Central

Dependent Assemblies Update!

, November 7, 20221535 Views

Hey Readers, breaking news!! and good ones this time!! Microsoft has released supported way for dependent assemblies in plug-ins. This release was released for public review for admins, makers, marketers, analysts automatically on 31 July 2022. General availability is yet to be announced. Currently developers use ILMerge Utility to combine set of assemblies in plug-in,… Continue reading Dependent Assemblies Update!

Read more

Power BI > Accessibility of reports published in same app workspace

, November 4, 20222386 Views

Usually, Power BI Reports are shared with users by giving them access to the App Workspace where we have reports published.  So, when we have 2 groups of users – let’s say, Manager and Salesperson. And there are 2 sets of reports, Set1 & Set2, where Set1 is to be shown only to Salesperson, and… Continue reading Power BI > Accessibility of reports published in same app workspace

Read more

Copying environment variables from one environment to another using SQL query

, October 7, 20223285 Views

As any developer, one always follows the cycle of deployment using different environments, i.e., DEV (for development phase or the underground lab) -> UAT (for testing phase or Racoon city) -> PROD (for real-time application or the world). In SSIS also, we are able to deploy the same SSIS package in 3 different environments, but… Continue reading Copying environment variables from one environment to another using SQL query

Read more
microsoft fabric consultants

Dynamics 365 Sales Solutions: Are You Doing It Right?

, October 7, 20221083 Views

Let me ask you a question. I give you two options and ask you to choose. I will ask you to give the reason for your choice. Simple? Wait. Hear the options and you will realize just how sadistic I actually am. Give yourself some time to think and you will sympathize with me. You… Continue reading Dynamics 365 Sales Solutions: Are You Doing It Right?

Read more

Microsoft SQL Server > Find a specific value in all the tables of a database using T-SQL

, September 2, 202235728 Views

Often times we find ourselves in a situation where we want to find a particular value but we are unaware of its whereabouts, i.e., we don’t know in which table or column this value is present. Or we want to know in which other tables a particular value is present. Or just if this value… Continue reading Microsoft SQL Server > Find a specific value in all the tables of a database using T-SQL

Read more

Introducing Power Pages!

, August 20, 20221928 Views

Microsoft Power Pages is a part of the Microsoft Power Platform family. It is an evolution of Power Apps portals. The new features included are the new design studio. The templates are in preview for users to try and provide feedback. We can expect general availability of the Power Pages by next year. We can… Continue reading Introducing Power Pages!

Read more

How to quickly match data of two recordsets in SQL Server?

, August 10, 20222638 Views

While working with T-SQL, many times we create complex queries, and then we might need to optimize them at some later point of time to reduce the execution time. This activity always demands an approach to compare data for the older and newer version of the T-SQL. And here comes the question – how do… Continue reading How to quickly match data of two recordsets in SQL Server?

Read more

Power BI > How to identify referenced Measures and Columns in Model – II

, July 8, 20222843 Views

In the earlier blog post, we stated how to identify referenced measures or columns, i.e. whether they are used in other measures or not. If you haven’t visited the blog post, please click here. It is a very useful blog, especially in the big Power BI models. But this won’t be helpful when we would… Continue reading Power BI > How to identify referenced Measures and Columns in Model – II

Read more

Download Large SharePoint Files From PowerApps Portal

, June 27, 20222737 Views

A while ago, one of our clients gave us a vexing problem. They had a lot of rather large files, nearly 1 GB in size, stored in their SharePoint server. They wanted to allow their customers to be able to download these files from the company portal. The portal was the PowerApps Portal. But then,… Continue reading Download Large SharePoint Files From PowerApps Portal

Read more

Power BI > How to identify referenced Measures and Columns in Model – I

, June 24, 20227740 Views

Most of the time, while updating the existing model, it’s hard to identify which measures or columns are being used in report visualization and which are referring to other measures or columns. Many times, while developing a report, there are frequent changes in the requirements and we need to modify/update the data model accordingly, which… Continue reading Power BI > How to identify referenced Measures and Columns in Model – I

Read more

Low code! No Code! Then why code?

, June 6, 20221701 Views

The no code/low code options are coming in, nice and easy. They don’t always make a big splash like the newest JavaScript framework. They don’t always give the open-source crowd nose bleeds that the newest JavaScript framework/newest language/newest stack/newest update of their favorite framework would do. The hard-core developers would scoff at these solutions especially… Continue reading Low code! No Code! Then why code?

Read more