QuestionQ208
Configure business process automationA bank uses a Common Data Service solution to manage clients.
Bank representatives conduct client credit checks while the client is present. Credit checks can take up to five minutes to finish.
Bank policy requires the bank representative's app to remain blocked until the credit checks are complete.
You need to show a model-driven app while credit checks are running, asking the bank representative and client to wait for the credit check to finish.
Which function should you use?
- A Xrm.Navigation.openWebResource("prefix.myPoliteMessage.html")
- B Xrm.Navigation.openAlertDialog(myPoliteMessage)
- C Xrm.Utility.openWebResource("prefix_myPoliteMessage.html")
- D Xrm.Utility.showProgressIndicator(myPoliteMessage)
Community Discussion