USD – IsAppLoaded

Leave a comment

In Unified Service Desk, in the CRM Global Manager hosted control there is a way to check if a hosted control is loaded. The action is called IsAppLoaded.

Let’s go through an example of using it.

In my USD instance, I have a hosted control called “Bing Map” that displays maps:

With the name Bing Maps Hosted Control:

Let’s check if this is loaded.

We will add a couple of action calls to our DesktopReady event that runs when USD loads, one before the control has loaded and one after it has loaded. You can see below the control loads at step 7:

Create a new action, enter appname=Bing Map Hosted Control:

Now create an action at step 6 to display a message if the app is loaded:

The key here is we will add a condition using $Return to check if our action returned true or false:

“[[$Return.Is Bing Maps Loaded]+]” == “True”

As the hosted control is not loaded, we do not expect this message to show.

Now after the control is loaded at step 7, we will add an action to check Is Bing Maps Loaded again at step 8:

And display a message at step 9, testing for the same $Return value:

Start USD. You will see:

On opening the debugger, we can see the $Return parameter is set:

 

 

THANKS FOR READING. BEFORE YOU LEAVE, I NEED YOUR HELP.
 

I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.

IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.

THANK YOU, AND LET'S KEEP LEARNING TOGETHER.

CARL

https://www.youtube.com/carldesouza

 

ABOUT CARL DE SOUZA

Carl de Souza is a developer and architect focusing on Microsoft Dynamics 365, Power BI, Azure, and AI.

carldesouza.comLinkedIn Twitter | YouTube

 

Leave a Reply

Your email address will not be published. Required fields are marked *