You need to sign in to do that
Don't have an account?

How to fetch the last modified date from Oppertunity history object in the trigger
Hi ALL,
I have Oppertunity object and Oppertunity history object. I would like to fetch the last modified date from Oppertunity history object in the trigger.
you can make use of SystemModstamp field to get the same but it will give you as datetime format
SELECT SystemModstamp, OpportunityId FROM OpportunityHistory