CRMONCE

Creative

How to Deploy Dynamics 365 Solutions Using CI/CD With Azure Pipelines and Check-in Extracted Solution Files With Azure(Git) Repo By Creating Local Branch Automatically – 1

Introduction Azure Azure devops repositories(Git) can be used as source control for powerplatform solutions.In this blog i am going to explain the step by step process for setting up the pipelines and setup repositories from the scratch. Continuous integration/Continuous deployment(CI/CD)Â...

[rt_social_links]
Creative

HOW TO CREATE ON-DEMAND WORKFLOW PROCESS IN DYNAMICS 365 CE?

ON-DEMAND WORKFLOW In Dynamics 365 Introduction:- On-Demand workflow allows you to process logical operation on a particular record instead of on every single record. These workflows are independent of the event triggers like create, update or delete of the record. Step 1: Settings > Pr...

[rt_social_links]
Creative

Power Apps create a Data Table with excel data

Introduction power apps: In this Powerapps Tutorial, We will discuss how to create a Data Table from the Excel Data using Powerapps. Also, we will see various properties and alignments of the Data table in Power Apps. To create a Data Table From Excel Data using Power Apps, We have to foll...

[rt_social_links]
Creative

How to open popup from ribbon button in dynamics 365

Popup: 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;    ...

[rt_social_links]