Creative

How To Hide And Show Pages In Power BI

Overview of Hide and show pages in power bi: In this article, we will check how we can hide and show the pages in Power BI. Power BI recently released this new feature in the January update. This feature is very helpful for all developers. Sometimes, when a report is in the development pha...

Creative

How to open popup from ribbon button in dynamics 365

In this blog, I will show you how to open new form as pop up when clicked on a ribbon workbench button. First create a button using ribbon workbench Code i have written for this session function navigateToIssueForm(primaryControl) {    var formContext = primaryControl;    var pa...

Creative

How to take backup of dynamics 365 environment

In this blog, we will show how to take backup of the dataverse environment. Follow the below steps to take backup of the environment First go to the admin.powerplatform.com Select the required Environment to take the backup. For example, I am taking backup of the Highlighted Environment. N...

Creative

Why workflows are not getting triggered in dynamics 365

In this blog we will learn why the workflows are not getting triggered in dynamics 365.  We have developed a workflow to carry out specific actions while creating an entity record. Workflow, however, was not creating when a user created an entity record. We assumed it had to do with permi...