Back to Browse

Salesforce Trailhead - Use Future Methods - Challenge

31.4K views
Apr 25, 2020
23:11

#1 Salesforce Training Tutorials https://www.sown.io Promote Your Salesforce App on This Channel: https://youtu.be/Nmr3N08Lw6A FULL PLAYLIST: https://www.youtube.com/playlist?list=PLy4r7dYHL5Ve20__pRZw-kXNRoX5KWXAx Create an Apex class that uses the @future annotation to update Account records. Create an Apex class with a method using the @future annotation that accepts a List of Account IDs and updates a custom field on the Account object with the number of contacts associated to the Account. Write unit tests that achieve 100% code coverage for the class. Create a field on the Account object called 'Number_of_Contacts__c' of type Number. This field will hold the total number of Contacts for the Account. Create an Apex class called 'AccountProcessor' that contains a 'countContacts' method that accepts a List of Account IDs. This method must use the @future annotation. For each Account ID passed to the method, count the number of Contact records associated to it and update the 'Number_of_Contacts__c' field with this value. Create an Apex test class called 'AccountProcessorTest'. The unit tests must cover all lines of code included in the AccountProcessor class, resulting in 100% code coverage. Run your test class at least once (via 'Run All' tests the Developer Console) before attempting to verify this challenge.

Download

0 formats

No download links available.

Salesforce Trailhead - Use Future Methods - Challenge | NatokHD