PCF Custom Control Builder
Oct07

PCF Custom Control Builder

Now with PowerApps Component Framework for model-driven apps and PowerApps CLI generally available, I think the XrmToolbox plugin PCF Custom Control Builder will come very handy. This tool enables you to build Custom Controls with ease where you do not need to write the CLI commands. Most of the commands are consolidated into one button click making it easier to build controls. So, download… Continue Reading Danish’s...

Read More
Upload file from Canvas App to SharePoint
Oct02

Upload file from Canvas App to SharePoint

I had run into a requirement where user wanted to upload a document in CRM but implement a naming format for the file uploaded. Things got little tricky as one Account can have multiple files based on a it’s relationship with a particular custom entity and the documents should be uploaded and available on Account folder but the child entity should reference a particular file uploaded. To… Continue Reading Danish’s...

Read More
Polymorphic Lookup in Canvas App – YouTube
Sep25

Polymorphic Lookup in Canvas App – YouTube

Learn how to work with Polymorphic lookup like “Customer”, “Owner”, “Regarding” in Canvas App Subscribe for more Dynamics 365 content. Like and comment below. Share this video with your friends and colleagues. — Dynamics with Danish — Follow me on: Website: https://danishnaglekar.wordpress.com/ LinkedIn: https://www.linkedin.com/in/danishnaglekar/...

Read More
Text Analytics – PCF Control – Demo – YouTube
Sep17

Text Analytics – PCF Control – Demo – YouTube

This video explains on how to configure the Text Analytics PCF Control and the demo of the control. This control is supported by both Model-App as well as Canvas-App. Link to GitHub project: https://github.com/Danz-maveRICK/PCF-Controls/tree/master/TextAnalytics Link to PCF Custom Control Builder XrmToolbox Plugin: https://github.com/Danz-maveRICK/PCF-CustomControlBuilder Subscribe for more Dynamics 365 content. Share this video with...

Read More
Sneak Peek at Text Analytics PCF Control – YouTube
Sep15

Sneak Peek at Text Analytics PCF Control – YouTube

Sneak Peek at my new PCF Control. Work in progress, will release soon. Subscribe for more Dynamics 365 content. Share this video with your friends and colleagues. — Dynamics with Danish — Follow me on: Website: https://danishnaglekar.wordpress.com/ LinkedIn: https://www.linkedin.com/in/danishnaglekar/ Twitter: https://twitter.com/Danzmaverick YouTube: ...

Read More
Build your own Custom Controls – YouTube
Sep09

Build your own Custom Controls – YouTube

Learn how to create your own Custom Controls using PowerApps Component Framework (PCF) Link to Blog: http://bit.ly/2IyjoBE Encountered issue or have a feature request for PCF Custom Control Builder: http://bit.ly/2KKN6pg Join the PCF Custom Control Builder community: https://gitter.im/PCF-CustomControlBuilder Subscribe for more Dynamics 365 content. Share this video with your friends and colleagues. — Dynamics with Danish...

Read More
Basic Search App – Part 2 – YouTube
Aug26

Basic Search App – Part 2 – YouTube

We will be looking at how to create a Canvas app that will do some complex search in D365 CE. We will be using For Loop, Navigate and Clear functions. #CanvasApp #D365 #ForAll #Navigate #Clear #Search Link to part 1 video – https://youtu.be/3pJalqFmC_A Subscribe for more Dynamics 365 content. Share this video with your friends and colleagues. — Dynamics with Danish — Follow me on: Website:...

Read More
Basic Search App – Part 1 – YouTube
Aug22

Basic Search App – Part 1 – YouTube

Here we will be learning how to create a Canvas app that will do simple search in D365 CE. We will be using Search, Collection and Rest functions. Link to video on “How to create components” – https://youtu.be/bMSCkcb4xAQ Subscribe for more Dynamics 365 content. Share this video with your friends and colleagues. — Dynamics with Danish — Follow me on: Website: https://danishnaglekar.wordpress.com/...

Read More
Components in Canvas App – YouTube
Aug20

Components in Canvas App – YouTube

In this video, we are going to look at how to create a component in Canvas app that can be reused. Subscribe for more Dynamics 365 content. Share this video with your friends and colleagues. Dynamics with Danish Follow me on: Website: https://danishnaglekar.wordpress.com/ LinkedIn: https://www.linkedin.com/in/danishnaglekar/ Twitter: https://twitter.com/Danzmaverick YouTube: ...

Read More
Configuring Password Reset in D365 Portal using Azure AD B2C
Jul18

Configuring Password Reset in D365 Portal using Azure AD B2C

Previously I have written a detailed blog on how to setup Azure AD B2C authentication on CRM Portals and also have a post that lists any possible issues you might face during the setup and how to resolve them. Now, let’s look at how to setup Password Reset on CRM Portals that use Azure AD B2C. According to Microsoft documentation you need to add 3 additional settings in your CRM Portal –… Continue Reading...

Read More
How to create sandbox using new Interface
Jul16

How to create sandbox using new Interface

With the new license changes you can create multiple sandbox instances using the new interface. Even though you have the ability to create multiple instances; the process itself doesn’t seem to be intuitive. Below are the following steps you will need to perform for creating a sandbox instance. Ensure you already have at least one instance provisioned (Production or sandox). You’ll… Continue Reading Danish’s Article on...

Read More
Resolved: Portal Authentication error using Azure B2C
Jul03

Resolved: Portal Authentication error using Azure B2C

If you have already configured the Portal to use Azure AD B2C but still getting error; something like shown below then follow along to know how to debug and resolve it. There could be several reasons and lets understand what happens behind the scene that will help debug the problem. When a new user signs up a user record is created in Azure AD as well as a contact record gets created… Continue Reading Danish’s Article on...

Read More
Configuring D365 Portal Authentication using Azure AD B2C
Jul03

Configuring D365 Portal Authentication using Azure AD B2C

Well most of us have been configuring or rather not doing any configuration with authentication and have been using local authentication. But believe me if we spend more time configuring the Portal Authentication to use Azure AD B2C you will get more secure and more user management capabilities. First thing you will need is Azure subscription. A free trial will give you access to $200… Continue Reading Danish’s Article on...

Read More