PL-100 문제 16

You plan to create apps for a company.
You need to identify the Power Platform tools required.
무엇을 사용해야 합니까? 대답하려면 적절한 도구를 올바른 요구 사항으로 드래그하십시오. 각 도구는 한 번, 두 번 이상 사용하거나 전혀 사용하지 않을 수 있습니다. 콘텐츠를 보려면 창 사이의 분할 막대를 끌거나 스크롤해야 할 수 있습니다.
참고: 각 올바른 선택은 1점의 가치가 있습니다.

PL-100 문제 17

You need to modify the app design to meet the accessibility needs of the sales associates.
Which properties should you configure? To answer, drag the appropriate properties to the correct restrictions.
Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

PL-100 문제 18

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.
You are creating a canvas app that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
* Add an edit form to Screen_AccountDetail and set the Default Mode of the form to New
* Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
* Set the data source of the form to Accounts.
* Set the Item property of the form to Selected.
* Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?

PL-100 문제 19

이 회사는 모델 기반 앱에 다중 스트림 대화형 대시보드를 추가하고 있습니다.
회사는 지난 달 동안 수정된 계정을 기반으로 테이블 데이터를 필터링하기 위해 대시보드 구성이 필요합니다.
모델 기반 앱 대시보드에 대한 필터를 구성해야 합니다.
어떤 구성을 사용해야 합니까? 대답하려면 적절한 위치를 올바른 요구 사항으로 드래그하십시오. 각 구성은 한 번, 두 번 이상 사용하거나 전혀 사용하지 않을 수 있습니다. 콘텐츠를 보려면 창 사이의 분할 막대를 끌거나 스크롤해야 할 수 있습니다.
참고: 각 올바른 선택은 1점의 가치가 있습니다.

PL-100 문제 20

컴퓨터 상점에서 기술자를 위한 캔버스 앱을 만듭니다. 작업할 기술자 사례를 할당합니다. 기술자는 고객 현장 방문이 끝나면 사례를 업데이트합니다.
관리자는 기술자가 고객에게 보증을 판매하기를 원합니다. 고객이 보증 구매에 동의하면 기술자는 캔버스 앱을 사용하여 영업팀에 즉시 알리고 기술자는 보증에 대한 세부 정보를 앱에 기록합니다.
영업팀에 알리는 흐름을 만들어야 합니다.
어떤 유형의 트리거를 사용해야 합니까?