Question 116

An org tracks customer orders on an Order object and the items of an Order on the Line Item object. The Line Item object has a MasterDetail relationship to the order object. A developer has a requirement to calculate the order amount on an Order and the line amount on each Line item based on quantity and price.
What is the correct implementation?
  • Question 117

    Which three process automations can immediately send an email notification to the owner of an Opportunity when its Amount is changed to be greater than $10,000? Choose 3 answers
  • Question 118

    Universal Containers hires a developer to build a custom search page to help user- find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field.
    Which consideration should the developer be aware of when deciding between SOQL and SOSL?
    Choose 2 answers
  • Question 119

    A developer of Universal Containers is tasked with implementing a new Salesforce application that must be able to by their company's Salesforce administrator.
    Which three should be considered for building out the business logic layer of the application? Choose 3 answers
  • Question 120

    A developer must write anApex method that will be called from a lightning component. The method may delete an Account stored in the accountRec variable.
    Which method should a developer use to ensure only users that should be able to delete Accounts can successfully perform deletion?