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.
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
...
This section is not available anymore. Please use the main Exam Page.PL-400 Exam Questions
Log in to ExamTopics
Sign in:
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.
itmaxuser
5 days, 19 hours agoPratik7777
4 weeks ago