銀行は Common Data Service ソリューションを使用して顧客を管理します。 銀行の担当者は、顧客の立ち会いのもとで顧客の信用調査を行います。信用調査が完了するまでに最大 5 分かかる場合があります。 銀行のポリシーでは、信用調査が完了するまで銀行担当者のアプリをブロックしておく必要があると規定されています。 信用調査の実行中にモデル駆動型アプリを表示して、銀行担当者と顧客に信用調査が完了するまで待つように依頼する必要があります。 どの機能を使用する必要がありますか?
正解: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. Reference: https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-utility/showpr