Creative

How to get a record using GUID in dynamics 365

In this blog, we will show how to get a record using guid.  Go to your model driven app and click on your entity and then click Edit filters in the top right side Next select the field with your entity name and paste the GUID in the equals Now the record will appear equals […]...

Creative

How to populate lookup based on the option set

In this blog, we will learn how to populate a lookup based on option set using power automate Recently i got a requirement with deprecating option set field by replacing with a lookup but it have 5000+ existing records available. so, i have created this flow to populate lookup based on the...

Creative

How to change owner of a Power Automate flow

Today i got a requirement from my client to reassign the owner for some blogs Now i want to share my knowledge how i achieved this requirement Open Advanced settings and click on the Filter Modify the advanced search like showing in the image and then click on search select the flow and cl...

Creative

How to Enable the Preferred Solution in Dataverse?

Preferred solution introduction: All of the modifications that Makers make in an unmanaged solution by default are kept in the Common Data Services Default Solution. developing a new solution and making necessary adjustments to an existing component or developing some new components after ...

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...