MB-500日本語試験無料問題集「Microsoft Dynamics 365: Finance and Operations Apps Developer (MB-500日本語版) 認定」
ある会社では Dynamics 365 の財務および運用アプリを使用しています。
経理部門は、売上請求書 SSRS レポートのヘッダーに CusStatus と CusDiscount という 2 つのカスタム フィールドを要求します。カスタム フィールドは SatesTable テーブルにあります。
レポート デザインの複製を作成し、次の拡張機能を使用して 2 つの新しいフィールドを一時テーブルに追加します。

Chain of Command (CoQ)を使用して新しいフィールドに入力する必要があります。
解決策: MySaleslnvoiceDP_Extension クラスに、CustlnvotceJout テーブルをパラメーターとして使用する populatelnvoiceHeaderfooterCustom という新しいメソッドを作成します。行 07 の新しいメソッドで SalesTable テーブルと SaleslnvoiceHeaderFooterTmp テーブルを宣言します。SalesTable を参照するために _custlnvoiceJour パラメーターを使用して新しいフィールドに入力します。行 08 の populateSaleslnvoiceHeadeiFooterTmp メソッドで新しいメソッドを呼び出します。
ソリューションは目標を満たしていますか?
経理部門は、売上請求書 SSRS レポートのヘッダーに CusStatus と CusDiscount という 2 つのカスタム フィールドを要求します。カスタム フィールドは SatesTable テーブルにあります。
レポート デザインの複製を作成し、次の拡張機能を使用して 2 つの新しいフィールドを一時テーブルに追加します。

Chain of Command (CoQ)を使用して新しいフィールドに入力する必要があります。
解決策: MySaleslnvoiceDP_Extension クラスに、CustlnvotceJout テーブルをパラメーターとして使用する populatelnvoiceHeaderfooterCustom という新しいメソッドを作成します。行 07 の新しいメソッドで SalesTable テーブルと SaleslnvoiceHeaderFooterTmp テーブルを宣言します。SalesTable を参照するために _custlnvoiceJour パラメーターを使用して新しいフィールドに入力します。行 08 の populateSaleslnvoiceHeadeiFooterTmp メソッドで新しいメソッドを呼び出します。
ソリューションは目標を満たしていますか?
正解:B
解答を投票する
ベンダー除外リスト ソリューションを開発、テスト、展開する必要があります。
何を作成する必要がありますか? 答えるには、適切なオブジェクトを正しいアクションにドラッグします。各要素は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

何を作成する必要がありますか? 答えるには、適切なオブジェクトを正しいアクションにドラッグします。各要素は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

Explanation:

Box 1: package
An AOT package is a deployment and compilation unit of one or more models that can be applied to an environment. It includes model metadata, binaries, reports and other associated resources. One or more AOT packages can be packaged into a deployable package, which is the vehicle used for deployment of code (and customizations) on demo, sandbox, and production environments.
Box 2: New model
Model - You configure your model to refer to two other models. This enables your model to reference metadata and code elements that are in other packages.
Box 3: project
Project - You create a project and then associate your project to your new model. You add elements to your project, which are also added to your model. Specifically, you add an extended data type (EDT). You also add a table that you populate with fields and a method.
Box 4: deployable package
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/create-data-model-elements
次のコードがあります。

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。


次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

Explanation:

会社の統合要件を実装する必要があります。
どの統合戦略を使用する必要がありますか? 答えるには、適切な統合戦略を正しい要件にドラッグします。各統合戦略は、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

どの統合戦略を使用する必要がありますか? 答えるには、適切な統合戦略を正しい要件にドラッグします。各統合戦略は、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

Explanation:

Box 1: asynchronous
An asynchronous pattern is a non-blocking pattern, where the caller submits the request and then continues without waiting for a response.
Box 2: Synchronous
A synchronous pattern is a blocking request and response pattern, where the caller is blocked until the callee has finished running and gives a response.
Box 3: Synchronous
Box 4: asynchronous
Batch data is asynchronous.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration- overview#synchronous-vs-asynchronous-integration-patterns