Question 46

A Salesforce Administrator used Flow Builder to create a flow named ''accountOnboarding''. The flow must be used inside an Aura component.
Which tag should a developer use to display the flow in the component?
  • Question 47

    A developer must provide custom user interfaces when users edit a Contact in either Salesforce Classic or Lightning Experience.
    What should the developer use to override the Contact's Edit button and provide this functionality?
  • Question 48

    When a user edits the Postal Code on an Account, a custom Account text field named ''Timezone'' must be updated based on the values in a postalCodeToTimezone_c custom object.
    What should be built to implement this feature?
  • Question 49

    A developer is creating a Lightning web component to showa list of sales records.
    The Sales Representative user should be able to see the commission field on each record. The Sales Assistant user should be able to see all fields on the record except the commission field.
    How should this be enforced so that the component works for both users without showing any errors?
  • Question 50

    A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?