Question 41

An Apex method, getAccounts, that returns a List of Accounts given a search Term, is available for Lighting Web components to use. What is the correct definition of a Lighting Web component property that uses the getAccounts method?
  • Question 42

    Which action causes a before trigger to fire by default for Accounts?
  • Question 43

    Which two SOSL searches will returns records matching search criteria contained in any of the searchable texts fields on an object? Choose 2 answers
  • Question 44

    Refer to the following code that runs in an Execute Anonymous block:
  • Question 45

    The operation manager at a construction company uses a custom object called Machinery to manage the usage and maintenance of its cranes and other machinery. The manager wants to be able to assign machinery to different constructions jobs, and track the dates and costs associated with each job. More than one piece of machinery can be assigned to one construction job.
    What should a developer do to meet these requirements?