2025年最新のMB-500日本語問題集を試そう!更新されたMicrosoft試験合格させます
最新のMB-500日本語試験問題集でMicrosoft試験にはトレーニングを提供しています
質問 # 160
あなたは Dynamics 365 Finance 開発者です。
次のクラス定義があります。
拡張クラスを作成し、Chain of Command (CoC) を使用してメソッドをラップする必要があります。Qty 変数の値が 5 未満の場合、コードは例外を発生させる必要があります。
コードセグメントをどのように完成させるべきでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
Box 1: final class WebShopOrderVal_Extension
Box 2: public static void checkQtyValue(int Qty)
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/naming-guidelines-extensions
質問 # 161
ベンダー除外リストのレポート要件を実装する必要があります。
どのオプションを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
SQL Server Reporting Services
Controller class
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/create-nextgen-reporting-solution
Topic 2, First Up Consultants
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.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studios might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons m the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question.
Background
First Up Consultants provides Commercial Cleaning services to its clients. The company purchases all its cleaning supplies from Best For You Organics Company.
First Up Consultants is using a cloud-based Dynamics 365 Finance instance. The system has a foundation table named CashDisc that contains one cash discount record for each cash discount type.
Best for You Organics Company invoices First Up Consultants and allows cash discounts based on how fast an invoice is paid. First Up Consultants is entitled to a two percent discount from Best for You Organics for any invoice that is paid within 10 days and has a minimum invoice amount of $2,500.
Business requirements
All new and extended objects must be located in an existing model named FinanceExt. The creation of new models is not permitted.
Best For You Organics Company requires that First Up Consultants apply specific minimum invoice amounts to each cash discount record. A cash discount may only be applied when the minimum invoice amount requirement has been met. The new field must be added to the CashDisc form grid with the allowable visible number of characters set to 10.
First Up Consultants must retrieve the required Cash Discount methods and corresponding minimum invoice amounts directly from Best For You Organics Company's enterprise resource planning (ERP) system.
The Chief Financial Officer (CFO) requires the following reports:
A report that shows all outstanding invoices, their cash discount types including the new minimum threshold applicable, and the amount of the discount. The report must only be accessed by users who are members of the Accounts Payable Manager role.
You must create a Microsoft Excel workbook that lists unpaid invoices to Best For You Organics Company that have a due date earlier than 5/1/2019 and an Invoice Amount between $20,000 and $100,000.
Cash discounts for unpaid invoices must be updated with the new minimum invoice amounts.
Technical requirements
Vendor Invoices Past Due form
You must be able to filter the grid on the Vendor Invoices Past Due form. By default, you must filter the form based on the Due Date, Invoice Amount, and Vendor columns. Users must be able to apply reusable user-specific filters to a page using multiple fields.
CashDisc form
You must extend the CashDisc form to add a new field named MinimumlnvoiceAmount to the form. You must add a new Extended Data Type to the extension model for the new field. The new field must be added above the discount method field. The field must display 10 characters.
The accounts payable manager and the accounts payable clerk have Delete access to the form. You must alter permissions to limit accounts payable clerks to have only View access to the form.
Cash Discount Records report
You must create a report that shows a list of CashDisc records. You must include the MinimumlnvoiceAmount field and filtered data by using the CashDisc.DiscMethod field. Applicable security objects must be created in the existing "FinanceExt" model and configured so the report is accessible by those users mapped to the accounts payable role.
Batch jobs
You must create a batch job that runs on the last day of each month to update the current unpaid invoices with changes in the minimum invoice amount. The job must meet the following requirements:
* Accept the following parameters: Vendor, DueDate.
* Be callable by an Action menu item.
* Allow users to specify vendors to include in the job.
You must create a batch job to identify modified CashDisk MinimumInvoiceAmount values and apply these to open Purchase Lines.
質問 # 162
コントソ。Ltd. は Dynamics 365 Finance を使用しています。アプリのパフォーマンスの問題に関するレポートを受け取ります。問題を調査するには、パフォーマンス タイマーを使用する必要があります。どの URL を使用する必要がありますか?
- A. https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=perftimer
- B. https://contoso.cloudax.dynamics.com/?cmp=USMF=debug=developer
- C. https://contoso.cloudax.dynamics.com/?cmp=USMF&mi=performancetimer
- D. https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=develop&mi=VendTableListPage
正解:B
解説:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer
質問 # 163
Dynamics 365 Supply Chain Management のカスタマイズを開発します。
このカスタマイズのパフォーマンスを最適化する必要があります。
どの同時実行制御オプションを実装する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
Pessimestic and Optimistic
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
質問 # 164
給与アプリケーション データ プロセスを実装する必要があります。
どの 2 つのオブジェクトを作成する必要がありますか? それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。
- A. DataContractAttribute 属性を使用するデータ コントラクト クラス
- B. SysOperationServiceBaseを拡張したクラス
- C. コントラクトの単一パラメータを受け入れるパブリック メソッドを持つサービス クラス
- D. SysOperationAutomaticUIBuilder を拡張する UIBuilder クラス
正解:A、B
解説:
Scenario: You must develop a process to import payroll journals into the system.
A: Data Contract: Data contract class is the model class defining attributes needed for batch operations. These attributes are provided by the user, in a dialog. DataContractAttribute attribute is needed for the class and the properties methods requires DataMemberAttribute attribute.
C: Service: Service class extends from the SysOperationServiceBase class and contains the business logic for the batch operation. Developers often tend to add the business logic in controller classes, which violates the Single responsibility principle.
Reference:
http://daxingwitheshant.blogspot.com/2018/06/sysoperation-framework.html
質問 # 165
ある企業は Dynamics 365 Supply Chain Management を使用しています。
システムのパフォーマンスを監視する必要があります。
どのツールを使用する必要がありますか? 回答するには、適切なツールを正しい要件にドラッグします。各ツールは 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
Graphical user interface, text, application Description automatically generated
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring-diagnostics
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/performancetroubleshoo
質問 # 166
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
SalesTable フォームに新しいフィールドを追加しています。
フォームにステータス フィールドを追加するには、拡張機能を使用する必要があります。
アプリケーション オブジェクト ツリー (AOT) で拡張機能を作成し、demoExtensions モデルに拡張機能を追加する必要があります。
解決策: 新しいフォーム オブジェクトをプロジェクトに追加し、フォームに SalesTable.Extension という名前を付けます。
解決策は目標を達成できますか?
- A. いいえ
- B. はい
正解:A
解説:
Instead navigate to the user interface forms section for the SalesTable form and create an extension.
Note: In Dynamics 365 Finance and Operations, the new fields will need to be added via a table extension. Create the extensions on the SalesTable.
Reference:
https://stoneridgesoftware.com/how-to-extend-sales-order-update-functionality-to-custom-fields-in-d365-finance-and-operations/
質問 # 167
ある企業は Dynamics 365 Unified Operations を使用しています。
クライアント企業は、実行されるサービスを毎週更新する必要があります。データ エンティティ ウィザードを使用してデータ エンティティを作成します。
サービスのリストを外部の事業会社に公開する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation:
Step 1: Synchronize the database
Entities are created as views in Microsoft SQL Server, and staging tables are also added. Therefore, you must sync a database when you build entities.
Step 2: Build the solution
Build your project
In Solution Explorer, right-click your project, and then click Properties.
Change the value of the Synchronize database on build property to True, and then click OK. This property must be set only one time per project.
On the Visual Studio toolbar, click Build > Build Solution to build the project.
Step 3: Configure properties for the data entity
After build visually validate and customize an entity
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/build-consuming-data-entities
質問 # 168
あなたは Dynamics 365 Finance 開発者です。次の拡張データ型 (EDT) があります。
拡張機能を使用して EDT プロパティを変更する予定です。
どの操作を実行できるかを決定する必要があります。
どの操作が可能ですか?
- A. AccountId の拡張機能を作成し、フィールド サイズを増やします。
- B. AccountId の派生 EDT を作成し、フィールド サイズを減らします。
- C. AccountBase の拡張機能を作成し、フィールド サイズを増やします。
- D. AccountBase の拡張機能を作成し、フィールド サイズを減らします。
正解:C
解説:
You can only set the new String size to a value equal to or larger than the base EDT value.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-edt
質問 # 169
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
次のステータスを持つ、truckStatus という名前の列挙があります。
空の
ロード済み
完了
次のコードがあります。
この列挙を拡張し、次のステータスを列挙に追加する必要があります: Quarantine、InTransit。次に、switch ステートメントを検証するコードを変更する必要があります。
解決策: 列挙値を使用して新しい列挙値の列挙とロジックをチェックするポスト ハンドラーをメソッドに追加します。
解決策は目標を達成できますか?
- A. いいえ
- B. はい。
正解:B
質問 # 170
あなたは Dynamics 365 Finance 開発者です。次の図に示すように、2 つのテーブルがあります。
Table2 に関連レコードが含まれている場合、Table1 からレコードが削除されないように Table1 を構成する必要があります。
OnDelete プロパティにはどの値を使用する必要がありますか?
- A. カスケード + 制限付き
- B. なし
- C. カスケード
- D. 制限あり
正解:D
解説:
Example of Restricted
Suppose we have two tables (Customer & Order) and the relation is of One-To-Many i.e Customer can have many orders.
So on a parent table i.e.(Customer) if I set a delete action property to "RESTRICTED" for Order table. Then If I go and delete the record from a Customer table. It will first check the record in the child table and if exist that warning prompt saying that first we need to delete a record from child table.
Reference:
https://amazingax.wordpress.com/2013/01/13/microsoft-dynamics-ax-2012example-of-cascaderestricted-and-cas
質問 # 171
次のクラウドベースの Dynamics 365 Finance 環境を作成します。
開発者は開発環境でコード拡張機能を作成します。開発者は、コードの変更を Azure DevOps ブランチにチェックします。
コードの変更を標準受け入れテスト環境にデプロイする必要があります。
あなたは何をするべきか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
Box 1: Build the code in the DevOps pipeline.
Box 2: Asset library
Run the export to the Asset library in Microsoft Dynamics Lifecycle Services (LCS).
Box 3: Select Maintain and Apply updates.
eprovision the target environment
If you copy a database between environments, the copied database won't be fully functional until you run the Environment reprovisioning tool to make sure that all Commerce components are up to date.
Follow these steps to run the Environment reprovisioning tool.
In your project's Asset Library, in the Software deployable packages section, click Import.
From the list of shared assets, select the Environment Reprovisioning Tool.
On the Environment details page for your target environment, select Maintain > Apply updates.
Select the Environment Reprovisioning tool that you uploaded earlier, and then select Apply to apply the package.
Monitor the progress of the package deployment.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/database/dbmovement-scenario-exportuat#
質問 # 172
会社は Dynamics 365 Finance を使用しています。次の表に示す拡張データ型 (EDT) の要素をカスタマイズしています。
WorkCalendar という名前のテーブルがあります。このテーブルには、BasicCalendarID EDT を使用する BasicCalendarID という名前の列があります。エクステンションを使用して柱の長さを増やす必要があります。
解決策: CalendarName の拡張機能を作成します。
解決策は目標を達成できますか?
- A. いいえ
- B. はい
正解:A
質問 # 173
Visual Studio で新しいフォームを作成しています。
Simple List パターンを適用し、そのパターンをフォームに適用する必要があります。
目標を達成するために考えられる 2 つの方法は何ですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
- A. メタデータ プロパティを使用します。
- B. フォーム統計を使用します。
- C. デザイナーを使用します。
- D. アプリケーション オブジェクト ツリー (AOT) を使用します。
正解:B、C
質問 # 174
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
ある企業は、Dynamics 365 財務および運用アプリでの手動プロセスを自動化しています。この会社では、次のバッチ グループと優先順位が構成されています。
バッチ プロセスは、次の時間帯に実行されます。
この企業は、次の要件を満たすプロセスを必要としています。
※平日毎日運行。
※勤務時間外に運行します。
* 少なくとも高い優先度で実行されます。
手動プロセスを自動化する必要があります。
解決策: アクティブ期間が AFTERHOURS で繰り返しが毎日であるバッチ ジョブを作成します。[毎週] 設定を選択し、バッチ ジョブが BATCHGROUP2 の一部として実行されるように設定します。
解決策は目標を達成できますか?
- A. いいえ
- B. はい
正解:A
質問 # 175
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
ある企業は、Dynamics 365 財務および運用アプリでの手動プロセスを自動化しています。この会社では、次のバッチ グループと優先順位が構成されています。
バッチ プロセスは、次の時間帯に実行されます。
この企業は、次の要件を満たすプロセスを必要としています。
※平日毎日運行。
※勤務時間外に運行します。
* 少なくとも高い優先度で実行されます。
手動プロセスを自動化する必要があります。
解決策: アクティブ期間が AFTERHOURS で、バッチ ジョブの繰り返しが毎日になるようにバッチ ジョブを作成します。
BATCHGROUP2 の一部として実行するバッチ ジョブを設定します。
解決策は目標を達成できますか?
- A. いいえ
- B. はい
正解:A
質問 # 176
あなたは、新しい Dynamics 365 Finance and Operations 開発者をトレーニングしています。
同期統合の代わりに非同期統合を使用する必要がある場合は、推奨する必要があります。
どのシナリオに非同期統合を推奨する必要がありますか?
- A. 小売業者は、販売時点 (POS) 端末で 1 日を通して収集されたすべての新しい顧客データをシステムに送り返す必要があります。
- B. 企業は購入の承認にワークフローを使用し、その後、ジャストインタイムの承認情報をサードパーティのアプリケーションに送信し、承認者が確認できるようにします。
- C. 小売業者は、ギフト カードの残高が販売時点管理 (POS) 端末からほぼリアルタイムでシステムに確実に送信されるようにしたいと考えています。
- D. サービス会社は、従業員がサービスを完了するための部品を確保できるように、サードパーティの Software as a Service (SaaS) アプリケーションを使用して現場からジャストインタイムの在庫データにアクセスできるようにする必要があります。
正解:A
解説:
Classic data integration: Asynchronous,
Classic data integration provides asynchronous and uni-directional data synchronization experience between model-driven applications in Dynamics 365 and Dynamics 365 Finance and Operations applications. It's an IT-administrator led experience and you must schedule the data sync jobs to run on a specific cadence. Classic data integration is suitable for business scenarios that involves bulk ingress/egress of data across Dynamics
365 applications.
Note: Dual-write: Synchronous, Bi-directional.
Dual-write provides synchronous, bi-directional, near-real time experience between model-driven applications in Dynamics 365 and Finance and Operations applications. Data synchronization happens with little or no intervention and is triggered by create, update and delete actions on an entity. Dual-write is suitable for interactive business scenarios that span across Dynamics 365 applications.
質問 # 177
注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
SalesLineType クラスを拡張し、システムの現在の日付の曜日を整数値として返す新しいメソッドを追加する必要があります。
SalesLineType を拡張し、新しいメソッドを追加するクラスを作成する必要があります。
解決策: 次のコードを作成します。
解決策は目標を達成できますか?
- A. いいえ
- B. はい
正解:A
質問 # 178
貨物処理統合をテストしてマッピングする必要があります。
貨物処理データをインポートする XML ファイルにはどのデータ管理概念が使用されていますか?
- A. データ ジョブ
- B. データ パッケージ
- C. データ エンティティ
- D. データ プロジェクト
正解:C
解説:
Topic 4, A. Datum Corporation
A Datum Corporation is a market leader in the design and distribution of Innovative aluminum systems. The company provides services to the architectural, residential, industrial, and home improvement markets in Australia.
The company has warehouses in Perth. Sydney, and Melbourne. A team of warehouse employees provides delivery to the customer sites.
A Datum Corporation currently uses Microsoft Dynamics AX 2009.
Customers use email or phone calls to place orders. After the company provides a quote to customers, the customer must agree to the sale price before the company places a sales order.
The company is migrating to Dynamics 365 Finance and Dynamics 365 Supply Chain Management using a phased rollout strategy to its sites. The company has the Lifecycle services project to manage various environments and releases.
The company has the following Finance and Supply Chain Management environments:
* Development
* Quality assurance (QA)
* User acceptance testing (UAT)
* Production
The company uses Azure DevOps for a code repository. All developers use a development branch to check in code and a release branch to maintain the code for production releases.
* Configure a cloud-based development environment few Finance and Supply Chain Management. Enable a code extension that supports updates.
* Configure Microsoft-supported version control and an Azure-hosted build pipeline.
* Migrate all document handling attachments for the customers to Finance and Supply Chain Management from Dynamics AX 2009.
* Audit X + + code for a best practice check
* All new code must be unit tested in a development environment and then validated by the QA team before the code is merged into the Release branch for further releases.
* All changes that are deployed to the UAT environment must be approved (or code release to production.
* The sales manager requires a solution that is extensible to ensure that new master tables document handling attachments are migrated to the new system.
* A base class named MigrateAttachment must be designed with methods that all child classes must implement
* A method named processAttachment must be created so that extenders are not able to subscribe to pre-events and post-events.
* On the All sales orders list page, two new fields must be added for the total sales order amount. One field uses goods and services tax (GST) and the other field does not use GST.
* A process named Populate check data must be designed based on the following:
o The process must run from the All customers list page and populate a custom table named CustCheckData with 1000 rows, o The table must have two fields named CheckNumber and BankNumber.
o The process must return to the current session after the data is processed.
* The generated check data must be available for users to access in a tabular form without additional details and preview panes.
* The purchase manager requires a new data entity to send out the information for purchase order inquiries that are generated in Finance and Supply Chain Management.
* The sales manager must be able to access the total quotation for the sites and item types.
* The sales manager requires a quotation number to be printed on the sales invoice business document.
Customers must be able to access the reference number on the invoice documents.
* The purchase manager requires a new approval workflow for approving purchase orders that are more than S
10.000.
* After a user named UserA posts a packing slip for a sales order, customers must be informed of the product delivery in real-time. This information is provided using business events.
* Purchase order incomes must be exported from the Finance and Supply Cham Management using data packages. Users must be able to query using OData but should not be able to update or create the data in the system.
* A sales manager's workspace must display the total quotations using key performance indicators.
* The purchase order approval workflow must be configured from the procurement and souring module.
* User A reports delays when opening the All sales orders list page.
* A customer is unable to access the business events for a packing slip that is posted by UserA.
* A user named UserB reports that The system is unresponsive when they run the Populate check data process for a customer.
* UserA reports that The print management settings in the accounts receivable module do not display the new layout when testing a new sales invoice report layout in the UAT environment.
質問 # 179
会社は Dynamics 365 Finance を使用しています。
クラス A に calc という名前のメソッドの拡張機能を実装します。
計算方法:
* 入力パラメータとして整数を受け入れます。
* 出力パラメータとして整数を返します。
以下を行うには拡張機能を実装する必要があります。
* calc メソッドを拡張します。
* 入力パラメータの値が 10 より大きい場合、標準コードが実行されないようにします。正しい解決策を実装する必要があります。どのコードセグメントを使用する必要がありますか?
- A.

- B.

- C.

- D.

正解:D
質問 # 180
ある会社では Dynamics 365 の財務および運用アプリを使用しています。
経理部門は、売上請求書 SSRS レポートのヘッダーに CusStatus と CusDiscount という 2 つのカスタム フィールドを要求します。カスタム フィールドは SatesTable テーブルにあります。
レポート デザインの複製を作成し、次の拡張機能を使用して 2 つの新しいフィールドを一時テーブルに追加します。
Chain of Command (CoQ)を使用して新しいフィールドに入力する必要があります。
解決策: 行 06 で SalesTable テーブルを宣言し、行 06 の後に新しい行を挿入して SaleslnvoiceHeaderFooterTmp テーブルを宣言します。^SalesTable への参照を含む custlnvoiceJour パラメーターを使用して新しいフィールドに入力します。この解決策は目的を達成していますか?
- A. はい
- B. いいえ
正解:A
質問 # 181
ある企業は Dynamics 365 財務および運用アプリを実装しています。
企業は、特定のデータ値を使用してネイティブ Dynamics 365 財務および運用アプリを機能的にテストする必要があります。
開発環境内のテスト データに特定の値を追加する必要があります。
目標を達成するために使用できる 2 つの流暢なセッター メソッドはどれですか?それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
- A. post<ComntandPararterUame>
- B. <ComntandParBTeterNate> 用
- C. save<コマンドパラメータ名>
- D. set<ComandParaweterfJatie>
- E. create<ComandParameterHane>
正解:B、D
質問 # 182
ある企業は Dynamics 365 Supply Chain Management を使用しています。
システムのパフォーマンスを監視する必要があります。
どのツールを使用する必要がありますか? 回答するには、適切なツールを正しい要件にドラッグします。各ツールは 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
Graphical user interface, text, application Description automatically generated
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring- diagnostics
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services
/performancetroubleshooting
質問 # 183
......
更新されたテストエンジン練習MB-500日本語問題集と練習試験:https://www.goshiken.com/Microsoft/MB-500J-mondaishu.html