Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft PL-400 Exam - Topic 3 Question 130 Discussion

A bank uses a Common Data Service solution to manage clients.Bank representatives perform client credit checks while the client is present. Credit checks may take up to five minutes to complete.Bank policy dictates that the bank representative's app must stay blocked until credit checks are complete.You need to display a model-driven app while credit checks run to ask the bank representative and client towait for the credit check to complete.Which function should you use?
D) Xrm.Utility.showProgressIndicator(myPoliteMessage)
A) Xrm.Navigation.openWebResource('prefix.myPoliteMessage.html')
B) Xrm.Navigation.openAlertDialog(myPoliteMessage)
C) Xrm.Utility.openWebResource('prefix_myPoliteMessage.html')

Microsoft PL-400 Exam - Topic 3 Question 130 Discussion

Actual exam question for Microsoft's PL-400 exam
Question #: 130
Topic #: 3
[All PL-400 Questions]

A bank uses a Common Data Service solution to manage clients.

Bank representatives perform client credit checks while the client is present. Credit checks may take up to five minutes to complete.

Bank policy dictates that the bank representative's app must stay blocked until credit checks are complete.

You need to display a model-driven app while credit checks run to ask the bank representative and client to

wait for the credit check to complete.

Which function should you use?

Show Suggested Answer Hide Answer
Suggested Answer: D

showProgressIndicator displays a progress dialog with the specified message.

Any subsequent call to this method will update the displayed message in the existing progress dialog with the message specified in the latest method call.

The progress dialog blocks the UI until it is closed using the closeProgressIndicator method. So, you must use this method with caution.


https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-utility/showprogressindicator

Contribute your Thoughts:

0/2000 characters
Kimberely
16 days ago
I like C. It opens a web resource nicely.
upvoted 0 times
...
Floyd
21 days ago
Option A could work too, but it feels less interactive.
upvoted 0 times
...
Sage
27 days ago
I agree, but option B is simpler. Alerts are quick.
upvoted 0 times
...
Brandon
1 month ago
I think option D is the best. It shows progress.
upvoted 0 times
...
Portia
1 month ago
C might confuse users with the prefix. D is clearer.
upvoted 0 times
...
Wilda
1 month ago
B is too simple. We need something more engaging.
upvoted 0 times
...
Mose
2 months ago
I agree, but A could work too. It’s polite.
upvoted 0 times
...
Lezlie
2 months ago
I think option D is the best. It shows progress.
upvoted 0 times
...
Sharika
2 months ago
True, but D keeps everyone informed while waiting.
upvoted 0 times
...
Alva
2 months ago
But A could work too. A polite message is nice.
upvoted 0 times
...
Teddy
2 months ago
I agree, D feels more user-friendly.
upvoted 0 times
...
Deangelo
2 months ago
I think option D is the best. It shows a progress indicator.
upvoted 0 times
...
Yolando
3 months ago
C is interesting, but I feel like it won't keep users engaged.
upvoted 0 times
...
Fernanda
3 months ago
Wait, can we really block the app for five minutes? That seems long!
upvoted 0 times
...
Carmen
4 months ago
B is too basic for this situation.
upvoted 0 times
...
Corrinne
4 months ago
I disagree, A seems more user-friendly.
upvoted 0 times
...
Van
5 months ago
I think D is the best choice for showing a progress indicator.
upvoted 0 times
...
Hildegarde
5 months ago
Isn't it better to show a progress indicator instead of just a message?
upvoted 0 times
...
Cherry
5 months ago
I’ve used option A before, it works well!
upvoted 0 times
...
Kattie
5 months ago
Wait, can the app really stay blocked for five minutes?
upvoted 0 times
...
Ricarda
5 months ago
I disagree, option B seems more straightforward.
upvoted 0 times
...
Ashlyn
5 months ago
I think option D is the best choice.
upvoted 0 times
...
Willard
6 months ago
I vaguely recall that openAlertDialog is more for immediate alerts, so I don't think that's the best option here.
upvoted 0 times
...
Katie
6 months ago
I’m a bit confused about the difference between openWebResource and showProgressIndicator. I need to double-check which one is more appropriate for this scenario.
upvoted 0 times
...
Ciara
6 months ago
I think we practiced a similar question where we had to display a message while waiting. I feel like option D might be the one we used.
upvoted 0 times
...
Amber
6 months ago
I remember we discussed using progress indicators in class, but I'm not sure if that's the right choice here.
upvoted 0 times
...

Save Cancel