A developer completed modifications feature that is comprised of two elements:* Apex trigger* Trigger handler Apex classWhat are two factors that the developer must take into account to properly deploy them to the productionenvironment?Choose 2 answers
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.
Managers at Universal Containers want to ensure that only decommissioned containers are able to be deletedin the system. To meet the business requirement a Salesforce developer adds "Decommissioned" as a picklistvalue for the Status _c custom field within the Container _c object.Which two approaches could a developer use to enforce only Container records with a status of"Decommissioned" can be deleted?Choose 2 answers