function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jim CripeJim Cripe 

Force.com IDE Schema Browser doesn't display OldValue and NewValue values for History tables

The Eclipse Force.com IDE Schema Browser doesn't display "OldValue" and "NewValue" column values for History tables.

To see the problem, open the Schema Browser, (click on "salesforce.schema" at the bottom of the project in package explorer,) and click on any "__History" table. (A table for which "track field history" is turned on.) When you click on the checkbox to create a query with all fields and run the query, (you might want to add a "limit 100" to the query first,) you will see all the columns, and every column has values except "OldValue" and "NewValue".

If you query the history table through another means, such as SQL Server/DBAmp, the values show in the columns.

My Force.com IDE version is up to date at 13.0.0.200806130415.


Message Edited by Jim Cripe on 10-06-2008 10:23 AM
md1md1
I noticed that you can't do that with the current version of the IDE too! Probably something the next version resolves, which is how I saw this post... searching for something related to those values.