Apologies if there are a few of these tickets. Just starting to use the new (and wonderful) Custom Model capability for real...
How can I intercept the save/update process to add two values not present as Metabox fields but present in the table? In this case I need to add values for 'modified_at' and 'modified_by'
Is there any way to add to or edit the 'mbct-submit' postbox on an add/edit screen? I'd like to display the 'created_at' and other meta data in there as per WP standard post types. Additionally I'd like to add our custom 'Save and Close' button.
Finally how would one configure user role 'capabilities' for a Custom Model?
Is there any way to control the h1 heading when editing an existing record? Currently it is 'Edit Item #<ID>. I'd like to be able to use one of my custom fields to insert the record name eg. "Edit Item: John Smith"