List of questions
Related questions
Question 124 - PL-400 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 to wait for the credit check to complete.
Which function should you use?
Xrm.Navigation.openWebResource("prefix.myPoliteMessage.html")
Xrm.Navigation.openAlertDialog(myPoliteMessage)
Xrm.Utility.openWebResource("prefix_myPoliteMessage.html")
Xrm.Utility.showProgressIndicator(myPoliteMessage)
0 comments
Leave a comment first