Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Perl, PHP, Python & Ruby Development
- :
- No 'edit date' information for Field History ??
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
No 'edit date' informatio n for Field History ??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2012 12:56 PM
1) I enabled Field History Tracking
2) I called getUpdated('ContactHistory', ...
3) retrieve('ContactId,Field,OldValue,NewValue', 'ContactHistory', ...
... but how can I get the date that the OldValue was changed into NewValue?
The info clearly exists - I can get it in a report, ex:
http://success.salesforce.com/questionDetail?qid=a
Appreciate any pointers.
Thanks
Solved! Go to Solution.
Re: No 'edit date' informatio n for Field History ??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2012 02:29 PM
Re: No 'edit date' informatio n for Field History ??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2012 02:48 PM
Hi Simon
Darn it - that's exactly what I need.
I also need to start using describeSObject() since that clearly shows that field too ... I am misreading something or do the docs not have all the fields for "ContactHistory Object" (index section of http://www.salesforce.com/us/developer/docs/api/in
Thanks !
Re: No 'edit date' informatio n for Field History ??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2012 02:50 PM
Oh hey The Simon Fell ... big props on BeatBox too !!
Re: No 'edit date' informatio n for Field History ??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2012 03:05 PM
Re: No 'edit date' informatio n for Field History ??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2012 03:07 PM
BB: very much so and thanks again, Simon!

