최신 PL-400日本語 무료덤프 - Microsoft Power Platform Developer (PL-400日本語版)

組織には Dynamics 365 Sales 環境があります。
Power Apps コンポーネントを作成する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
정답:

Explanation:

Step 1: Run pac pcf init -namespace ..
This is the first command which creates basic folder structure of PCF control project.
Run the following command to create the control. The format of the control is:
pac pcf init -namespace < specify your namespace here > -name < put component name here > -template < component type > Step 2: Run the npm install command Install Dependencies Once 'init' sets up the basic folder, as a next step install all the PCF control dependencies using 'npm install' command.
Example:

Now at this point, there is nothing we have actually created. However, the solution created contains sample PCF control code.
Step 3: Run the following np run build command
Build PCF Component.
Once you implement the PCF component, build the code for any syntax errors.
Syntax:
npm run build

Reference:
https://rajeevpentyala.com/2020 /03/21/power-apps-compone nt-framework-pcf-demystify/
https://carldeso uza.com/creating-a-custom-component-using-the-powerapps-component-framework/
組織は Dynamics 365 Sales を使用しています。アプリのリボンにカスタム ボタンを追加する予定です。
ビジネス ルールで指定された条件が満たされた場合にのみボタンが表示されるようにする必要があります。
使用できる 2 つのコード セグメントはどれですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

정답: B,E
설명: (DumpTOP 회원만 볼 수 있음)
顧客は、6 つのカスタム エンティティとエンティティごとに 4 つのステージを含む複雑なビジネス プロセス フローを設計したいと考えています。1 つのステージには 15 のステップがあります。
この設計の欠陥を顧客に説明する必要があります。
この設計の欠陥は何ですか?

정답: E
설명: (DumpTOP 회원만 볼 수 있음)
学区の教師は、Azure スキル ボットを使用して特定のクラスを教えています。生徒はオンライン ポータルにサインインして、完了した宿題を教師に提出し、確認してもらいます。生徒は Power Virtual Agents チャットボットを使用して、教師に支援を依頼します。
各クラスのスキル ボットを宿題ボットに組み込む必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクション リストから適切なアクションを回答領域に移動し、正しい順序で並べます。
정답:

Explanation:

Step 1: Create a manifest for the skill bot
You can use skills to extend another bot. A skill is a bot that can perform a set of tasks for another bot.
A skill ' s interface is described by a manifest.
Step 2: Register the skill bot in Power Virtual Agents
Power Virtual Agents enables you to extend your bot using Microsoft Bot Framework skills.
First, create a Power Virtual Agents bot and create and deploy the skill using pro-code tools into your organization.
Next, register a skill in Power Virtual Agents.
Step 3: Register the homework bot in Power Virtual Agents
You can use your Power Virtual Agents bot as a skill with Bot Framework bots.
The Bot Framework and Power Virtual Agents bots must be deployed in the same tenant.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/skill-implemen t-skill
https :// docs . microsoft . com / en - us / azure / bot - service / skill - implement - skill
https://docs.microsoft.com/en-us/azure/bot-serv ice/s kills-write-manifest
ある企業は、イントラネットおよびその他の機能に SharePoint を使用しています。同社はモデル駆動型アプリも実装しました。
SharePoint ユーザーは、モデル駆動型アプリに移動しなくても、Common Data Service (CDS) で連絡先レコードを作成できる必要があります。
SharePoint からのデータを表示して CDS 連絡先を開くには、SharePoint でリンクを作成する必要があります。
URL はどのように入力すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:

Explanation:
https://contoso.crm.dynamics.com/main.as px?etn=contact & extraqs=param_1%3D & pagetype=entityrecord Box 1: main.aspx Example, to open the Active Contacts view.
https://myorg.crm.dynamics.com/main.aspx?etn=contact & pagetype=entitylist & viewid={00000000-0000-0000-00AA-000010001004} Box 2: etn Etn: The logical name of the entity. Important: Do not use the etc (entity type code) parameter that contains an integer code for the entity. This integer code varies for custom entities in different organizations.
Box 3: Extraqs
Extraqs: Optional for forms. This parameter contains encoded parameters within this parameter.
When you open a new form by using the URL address, you can include arguments in the extraqs parameter to set field values Note: You must encode the parameters passed in the extraqs parameter. To encode the parameters, use encodeURIComponent. To use special characters like " = " or " & " in the parameter values, you must double encode (e.g. to set name to A=B & C, it would be extraqs=name%3DA%253DB%2526C).
Box 4: entityrecord
Reference:
https ://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/open-forms-views-dialogs-reports-url
https://docs.micro soft.com/en-us/powerapps/developer/model-driven-apps/set-field-values-using-parameters-passed-form
あなたは、いくつかの外部システムとの統合を研究しています。
各統合には異なる要件があります。
各要件を満たすためにどのデータ ソースを使用するかを決定する必要があります。
何を使えばいいのでしょうか?回答するには、適切なデータ ソースを正しい要件にドラッグします。各データ ソースは、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:

Explanation:
A. Answer is: Virtual Entity
You cannot change the Entity primaryid field to some other field. CRM using GUID as the Primary key for each record.
If you definitely want to make some other field as Primary key, you could consider using Alternate Keys.
Source: https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/define- alternate-keys-entity The caveat being that Alternate Keys can be created for Virtual Entity
B. Answer is: Custom Connector
All virtual entitites are read-only.
Source: https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/create- edit-virtual-entities
C. Answer is: Virtual Entity
Rows based on virtual tables are available in all clients including custom clients developed using the Dataverse web services.
Source: https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-virtual-entities
フォーム内の OnSave イベント ハンドラーの一部として次のコードを開発します。

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

Explanation:
企業は企業や消費者に荷物を配達します。Package という名前のカスタム エンティティは、パッケージの詳細をキャプチャします。
次のフィールドのセットをエンティティに追加し、プラットフォームの組み込み操作を利用する必要があります。
荷物の長さ、幅、深さ、重量を表す一連のフィールド。どの寸法の最大値も 100 センチメートルです。
配送がシステムに入力された時間と既存のカスタム フィールド (集荷時間と配送時間) に基づいて配送の効率を計算する、時間依存の属性のフィールドのセット。
どの構造を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:

Explanation:

Box 1: DIFFINMINUTES(Created on, Delivery Time)
DIFFINMINUTES (date and time, date and time) returns the difference in minutes between two Date and Time columns.
Box 2: Duration
Reference:
https://docs.microsoft.com /en-us/powerapps/maker/common-data-service/define-calculate d-fields
アドレス検証 API エラーを解決する必要があります。
どの方法で接続すればよいでしょうか?

정답: A
ある企業は、仮想テーブルを使用して外部システムとのデータ統合を設計します。
仮想テーブルを実装する必要があります。
解決策: 仮想テーブルに計算列を作成します。
解決策は目標を達成できますか?

정답: B
電子商取引の自動化要件を満たすソリューションを推奨する必要があります。
どのプラットフォーム ツールをお勧めしますか? 回答するには、適切なツールを正しい要件にドラッグします。各ツールは 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:

Explanation:

Box 1: Logic Apps
Scenario: Ecommerce sales orders must be integrated into Dynamics 365 Finance and then exported to Azure every night.
For integration with Dynamics 365 Logic Apps can be used. It also supports scheduled actions.
For integration with Azure use Logic Apps, instead of Power Automate.
Reference:
https://docs.microsoft.com/en-us/microsoft-365/community/power-automate-vs-logic-apps
https://docs.microsoft.com/en-us/power-automate/replace-workflows- with-flows

우리와 연락하기

문의할 점이 있으시면 메일을 보내오세요. 12시간이내에 답장드리도록 하고 있습니다.

근무시간: ( UTC+9 ) 9:00-24:00
월요일~토요일

서포트: 바로 연락하기