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
When a user edits the Postal Code on an Account, a custom Account text field named 'Timezone' must be update based on the values in a PostalCodeToTimezone__c custom object. How should a developer implement this feature?