Skip to content

Latest commit

 

History

History
34 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

34 lines (13 loc) · 658 Bytes

Trailhead

https://trailhead.salesforce.com/en/me/sharif-elkassed

Description of Files and Directories

AccountApplication.cls :

Houses Apex invocable method to update the related Account record via Process Builder

Apex0Application.cls :

Main application logic. Run all relevant code with: Apex0Application.start();

Apex0Exercises.cls :

Contains all methods that are referenced in Apex0Application

LoanApplication.cls :

Houses Apex invocable method to update the related Loan record via Process Builder

Stack.cls :

Custom Stack class built on a List. Used in the bracketsAreBalanced method in Apex0Exercises