Question 156

Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers
  • Question 157

    A developer wants to import 500 Opportunity records into a sandbox. Why should the developer choose to use data Loader instead of Data Import Wizard?
  • Question 158

    When a task is created for a contact, how can a developer prevent the task from being included on the activity timeline of the contact's account record?
  • Question 159

    What are three capabilities of the <ltng : require> tag when loading JavaScript resources in Aura components?
    Choose 3 answers
  • Question 160

    niversal Containers (UC) processes orders in Salesforce in a custom object, Crder_c. They also allow sales reps to upload CSV files with of orders at a time.
    A developer is tasked with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system.
    'After the status for an Craer__c is first set to "Placed', the order information must be sent to a REST endpoint in the ERP system that can process ne order at a time.
    What should the developer implement to accomplish this?