Salesforce
CRT-450 · Question #139
A developer created a Lightning web component called statusComponent to be inserted into the Account record page. Which two things should the developer do to make the component available?
The correct answer is A. Add <isExposed> true</isExposed> to the statusComponent.js-meta ml file. B. Add <target> lighting _RecordPage </target> to the statusComponent.js-meta ml file. See the full explanation below for the reasoning.
Question
A developer created a Lightning web component called statusComponent to be inserted into the Account record page. Which two things should the developer do to make the component available?
Options
- AAdd <isExposed> true</isExposed> to the statusComponent.js-meta ml file.
- BAdd <target> lighting _RecordPage </target> to the statusComponent.js-meta ml file.
- CAdd < masterLabel>Account</master Label> to the statusComponent.js-meta ml file.
- DAdd<target> Lightning_RecordPage </target> to the statusComponent.js file.
How the community answered
(55 responses)- A82% (45)
- C13% (7)
- D5% (3)
Community Discussion
No community discussion yet for this question.