protected function setFormValuesFromRecord()
 {
     parent::setFormValuesFromRecord();
     foreach (array_keys($this->standardAttachmentTypes) as $listName) {
         $this->form->setVLFValuesFromRecords($listName, $this->fileList[$listName]);
     }
 }