Universal Containers uses Contracted Pricing to set pricing for specific distributors and those distributors’ business units (child accounts). Product A has a product family of Storage and a list price of $300. The parent account has a Contracted Price set to $200 and a filter based on the product family of Storage. Which two ways can the Admin set Product A back to list price on a business unit account? (Choose two.)

A. Set Ignore Parent Contracted Prices to True on the Parent Contracted Price. B. Create a new Contracted Price record for Product A on the...

A business implemented a gamification plan to encourage its customers to watch some educational videos. Customers can watch videos over several days, and their progress is recorded. Award points are granted to customers for all completed videos. When the video is marked as completed in Salesforce, an external web service must be called so that points can be awarded to the user. A developer implemented these requirements in the after update trigger by making a call to an external web service. However, a System.CalloutException is occurring. What should the developer do to fix this error?

A. Surround the external call with a try-catch block to handle the exception. B. Move the callout to a class that implements Queueable and ...