/**
  * Call util to set remove stale records and set UUID, and then setup any
  * table-specific data.
  */
 function preInsert($event)
 {
     trec_make_new($this);
     $this->ak_email = '*****@*****.**';
     $this->ak_contact = 'Emily';
     parent::preInsert($event);
 }