exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 11 question 5 discussion

Actual exam question from Microsoft's PL-100
Question #: 5
Topic #: 11
[All PL-100 Questions]

HOTSPOT -
You need to configure the system to meet the sales requirements.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Use a Business Process flow
Scenario: The Sales Log app must enforce process standards related to the completion of estimates and supporting materials needed during the sales lifecycle.
Box 2: Use a formula to set the DisplayMode property
DisplayMode - The mode to use for data cards and controls within the form control.
Derived from the Mode property based and cannot be set independently:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-form-detail

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Jekkie
Highly Voted 4 years ago
Correct!
upvoted 11 times
...
XiltroX
Highly Voted 3 years, 7 months ago
For no 2 it should be "Use a business rule" as it would prevent employees from making modifications to timesheets.
upvoted 6 times
dfretyhg
3 years, 5 months ago
I agree. You don't want to keep them from seeing the data, just stop them from changing it.
upvoted 1 times
...
AliceVO
3 years, 4 months ago
I am not convinced that the right answer should be 'business rule', because thanks to DisplayMode. view you can read the data without being able to modify them.
upvoted 7 times
AliceVO
3 years, 4 months ago
Moreover, you cannot lock fields of a canvas app.
upvoted 7 times
...
...
...
Sri2020
Most Recent 2 years, 2 months ago
Both answers are correct. For 2nd question , It is mentioned that Time Tracking app is canvas app. Business rule can't be answer as current capabilities of business rule can't hide/show columns or Disable/enable columns.
upvoted 1 times
...
Wonderama
3 years ago
To enable a button to save changes only when the data in a form is valid but hasn't yet been submitted, set the button's DisplayMode property to this formula: SubmitButton.DisplayMode = If(IsBlank( Form.Error ) || Form.Valid, DisplayMode.Edit, DisplayMode.Disabled) See: https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-form-detail
upvoted 3 times
charles879987
2 years, 3 months ago
agreed
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...