Guest User

Untitled

a guest
Nov 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public class dataHere {
  2. public List<Accounts> accounts;
  3. }
  4.  
  5. public class Accounts {
  6. public String accountNumber;
  7. }
  8.  
  9. public class handleHere {
  10. public List<String> keyList = new List<String>();
  11. dataHere getData = dataHere.Class;
  12. keyList.add('accountNumber');
  13. system.debug(getData.accounts[0].(keyList[0]))
  14. }
Add Comment
Please, Sign In to add comment