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

Need Help in accessing Field History for Disposition
I was trying to access field history from the opportunityfieldhistory object for the field name StageName. It is not pulling up any records which is weird. Am I doing anything wrong?
Thank You
Mrudula Ravindran
I need to revert back the changes made to stagename. I found a way. We can use 'to stage' and 'from stage' fields in the opportunity history table and use data loader to revert the changes.
Thanks for the help!!!
Mrudula Ravindran
All Answers
StageName is a special field and therefore plays by its own rules. You won't find it in OpportunityFieldHistory (this is for custom tracking), but instead one called OpportunityHistory. Take a look at the API docs for details on this object.
I need to revert back the changes made to stagename. I found a way. We can use 'to stage' and 'from stage' fields in the opportunity history table and use data loader to revert the changes.
Thanks for the help!!!
Mrudula Ravindran