Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
3,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Contact con = [SELECT Id, My_Encrypted__c FROM Contact WHERE Id = '0030I00001WoR9E'];
  2. if (con.My_Encrypted__c == '456798') {
  3. System.debug('yess');
  4. } else {
  5. System.debug('noooo');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement