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
asgirisoftasgirisoft 

Visualforce page to display rows in EMAILSTATUS object

Doug,

I am developing a Visualforce page that would need to access the EMAILSTATUS object and related Contact objects and display them in a report format. This is currently available as the "HTML Email Status report". I could not modify that. Neither does SF expose this object for reporting purposes.
It is available only via the Ajax API.
How would I get a VF controller to access this object and print all the join records between EMAILSTATUS and Contact objects?

Andi Giri