Explanation
User5 receives the error message: 'Endpoint unavailable' during a test of the technician dispatch ISV solution.
When you choose to use a synchronous execution mode any failure will be reported back to the user of the application with an Endpoint unavailable error dialog informing the user that the webhook service endpoint may be configured incorrectly or is not available.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/use-webhooks
Topic 2, Bellows Sports
Case study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
ケース スタディに含まれる質問に答えるには、ケース スタディで提供される情報を参照する必要があります。ケース スタディには、ケース スタディで説明されているシナリオに関する詳細情報を提供する展示物やその他のリソースが含まれている場合があります。各質問は、このケース スタディ内の他の質問とは独立しています。
このケース スタディの最後に、確認画面が表示されます。この画面では、試験の次のセクションに進む前に回答を確認し、変更を加えることができます。新しいセクションを開始した後は、このセクションに戻ることはできません。
ケーススタディを始めるには
このケース スタディの最初の質問を表示するには、 ボタンをクリックします。質問に回答する前に、左側のペインのボタンを使用してケース スタディの内容を調べてください。これらのボタンをクリックすると、ビジネス要件、既存の環境、問題の説明などの情報が表示されます。ケース スタディに [すべての情報] タブがある場合、表示される情報は後続のタブに表示される情報と同じであることに注意してください。質問に回答する準備ができたら、 ボタンをクリックして質問に戻ります。
背景
ベローズ スポーツは、この地域で最も新しく、最大で、最も充実したスポーツ複合施設です。野球場、サッカー場、フルサイズのホッケー リンク 2 つを備えています。この複合施設では、コーチング、レクリエーション リーグ、プロ ショップ、最先端の顧客およびプレーヤー向けアメニティを提供しています。
当社は以下の部門に分かれています。
* 野球
* ホッケー
* サッカー
Bellow Sports は年に数回トーナメントを開催しています。各トーナメントは 6 週間開催されます。
現在の環境
要件
Bellow Sports は、Microsoft Excel ワークブックで選手とイベントを追跡し、電子メールを使用して選手、パートナー、見込み顧客と連絡を取ります。同社は独自のクラウドベースの会計システムを使用しています。
同社は、新規ビジネスをアスリートからの紹介に頼っています。Bellows は、アスリートからのフィードバックと紹介を集めるためにサードパーティのマーケティング会社を利用しています。サードパーティのマーケティング会社は、潜在的な顧客とプレーヤーのリストを含む Microsoft Excel ファイルを、Bellows Sports が管理する FTP サイトにアップロードします。
トーナメント
顧客情報は、アカウント エンティティに保存されます。各トーナメント レコードには、関連する営業担当者がトーナメント所有者としてリストされている必要があります。チーム メンバーがトーナメント レコードを作成するときは、トーナメントの開始日を入力する必要があります。トーナメントの終了日は自動的に計算される必要があります。
登録フォーム
プレイヤーがトーナメントに登録できるようにフォームを作成する必要があります。登録フォームは次の要件を満たす必要があります。

* 各部門には特定の場所で行われるトーナメントがあります。ユーザーはトーナメント開催場所の部門を選択できる必要があります。
* 登録フォームが読み込まれるときに、今後のトーナメントに関する情報が登録フォームに事前に入力されている必要があります。
* The form must include a custom button that sends an email confirmation to the player after the player registers.
* The button must not be visible until after the form is saved.
Security
The company identifies the following job roles:

You must grant users the minimum permissions required to perform their job tasks.
Data automation
* Customer name must be added to Dynamics 365 Finance automatically after it is entered.
* You must produce a report that details the number of registrations for a day and send the report as a PDF to the management team.
* You must implement mechanisms to handle all code-related errors.
* When a customer record is updated, the system must look up the account number for the customer in the accounting system.
* Referrals must be imported into the system as soon as they are available.
Issues
Apps
* The captions for the New and Save buttons do not render properly on the form.
* Interns can create apps but cannot interact with their own data.
Portal
The query for all registered users must return the data categorized by division. Queries must return only the Name and Sport fields. Queries return all fields. The query is as follows:

Solution checker issues
You run solution checker and observe errors in the following code sets:

Code
The following code runs when the registration form loads. You must implement a mechanism to handle errors that occur in the code:
