Consider the following code snippet, depicting an Aura component: Which two interfaces can the developer implement to make the component available as a quick action? (Choose two.)
The correct answer is A & B, in fact, you can't implement both force:lightningQuickAction (B) and force:lightningQuickActionWithoutHeader (D) in the same Component.
In fact, it could be A & D as well.
You can't implement both force:lightningQuickAction and force:lightningQuickActionWithoutHeader in the same component, that's right, but force:hasRecordId can be used with both force:lightningQuickActionWithoutHeader and force:lightningQuickAction. How will you make the choice then?
B & D should be correct.
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.
code_breaker_27
8 months agomageshrr
1 year, 6 months agoMrWilford
11 months, 3 weeks ago