exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 5 question 53 discussion

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

You plan to create a Microsoft Power Apps Component Framework (PCF) code component for a record form in a model-driven app.

The code must be able to read the record's Id column.

You need to configure the manifest.

Which solution should you use?

  • A. resources
  • B. property
  • C. feature-usage
  • D. type-group
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
itmaxuser
5 days, 19 hours ago
Selected Answer: D
The correct solution is B. property. Explanation: In a PCF control, the manifest file is used to configure various aspects of the control. If you need to access a specific record field, such as the Id column, you would define it as a property in the control's manifest. The property element allows you to define inputs and outputs that the control can interact with. For accessing record-related data like the Id, you'd typically configure it as a property in the manifest, so your code component can use it. resources: Defines the static resources such as scripts or files used by the control. property: Defines the fields or parameters (like the record Id) that the control can access and interact with. feature-usage: Defines which features are enabled or used within the control. type-group: Groups the control into specific categories, but doesn't relate to accessing data directly.
upvoted 1 times
...
Pratik7777
4 weeks ago
Selected Answer: B
In a PCF control, if you need to access a field value (such as the record's Id), you define a bound property in the manifest.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago