Guest User

Untitled

a guest
Mar 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ApiCredential__c objAppDetails;
  2. try
  3. {
  4. System.debug('Checking if app details are set');
  5. objAppDetails = ApiCredential__c.getValues('AppDetails');
  6. }
  7. catch(Exception ex)
  8. {
  9. System.debug('App details are not set');
  10. }
Add Comment
Please, Sign In to add comment