Guest User

Untitled

a guest
Dec 11th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. OpportunityFieldHistory details
  2.  
  3. List<OpportunityFieldHistory> ofh = [Select Id, CreatedById,
  4. CreatedDate, Field, NewValue, OldValue from OpportunityFieldHistory
  5. where OpportunityId = :op.id];
  6.  
  7. System.debug(ofh);//this was giving the complete details
  8. System.debug(ofh.oldvalue);//here i git the error called variable
  9. doesn't exist :oldvalue
Add Comment
Please, Sign In to add comment