PDI Exam Question 6

The sales management team at Universal Container requires that the Lead Source field of the Lead record be populated when a.. converted.
What should be done to ensure that a user populates the Lead Source field prior to converting a Lead?
  • PDI Exam Question 7

    Which two sfdx commands can be used to add testing data to a Developer sandbox?
  • PDI Exam Question 8

    A developer is debugging the following code to determinate why Accounts are not being created Account a = new Account(Name = 'A'); Database.insert(a, false); How should the code be altered to help debug the issue?
  • PDI Exam Question 9

    Management asked for opportunities to be automatically created for accounts with annual revenue greater than
    $1,000,000. A developer created the following trigger on the Account object to satisfy this requirement.

    Users are able to update the account records via the UI and can see an opportunity created for high annual revenue accounts. However, when the administrator tries to upload a list of 179 accounts using Data Loader, It fails withsystem. Exception errors.
    Which two actions should the developer take to fix the code segment shown above?
    Choose 2 answers
  • PDI Exam Question 10

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