How to Dynamically get any Value from a Custom Apex Object
If you have worked with SObjects log enough you may have very well used the get() method. This method allow the ability to get any value using the SObjects value key. This is handy when trying to dynamically get a value. As an example I have an sObject list with Leads, Accounts, and Opportunities. They […]