We need to extend (adding a custom LinkedRecordId field) and access from our custom extension to Emails Sent from BC that are registered in this table to inform users through new Calculated fields of whether a document has been effectively sent or not.
However, I find the disadvantage that this table is practically inaccessible from our customizations because it has all its fields with the INTERNAL modifier.
The function that shows the list of these records in OnOpenPage() does not allow either to be able to filter the variable to show a pre-filtered list because it has no event that can be intercepted.
All this makes that those tables and pages, that are very interesting for the end user, cannot be integrated with customizations in any way...
Is there any solution for this?