'', 'list_fields' => array( 'AD' => array ( 'widget_class' => 'SubPanelAdditionalDetailsLink', 'vname' => ' ', 'sortable' => false, 'width' => 0, ), 'object_image'=>array( 'vname' => 'LBL_OBJECT_IMAGE', 'widget_class' => 'SubPanelIcon', 'width' => '2%', 'image2'=>'attachment', 'image2_url_field'=>'file_url' ), 'name'=>array( 'vname' => 'LBL_LIST_SUBJECT', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '50%', ), 'status'=>array( 'widget_class' => 'SubPanelActivitiesStatusField', 'vname' => 'Typ', 'width' => '15%', 'force_exists'=>true //this will create a fake field in the case a field is not defined ), 'contact_name'=>array( 'widget_class' => 'SubPanelDetailViewLink', 'target_record_key' => 'contact_id', 'target_module' => 'Contacts', 'module' => 'Contacts', 'vname' => 'LBL_LIST_CONTACT', 'width' => '15%', 'sortable'=>false, ), 'date_modified'=>array( 'vname' => 'LBL_LIST_DATE_MODIFIED', 'width' => '10%', ), 'created_by_name' => array ( 'vname' => 'LBL_LIST_ASSIGNED_TO_NAME', 'force_exists'=>true //this will create a fake field since this field is not defined ), /* 'assigned_user_owner' => array ( 'force_exists'=>true, //this will create a fake field since this field is not defined 'usage'=>'query_only' ), 'assigned_user_mod' => array ( 'force_exists'=>true, //this will create a fake field since this field is not defined 'usage'=>'query_only' ), */ 'edit_button'=>array( 'vname' => 'LBL_EDIT_BUTTON', 'widget_class' => 'SubPanelEditButton', 'width' => '2%', ), 'remove_button'=>array( 'vname' => 'LBL_REMOVE', 'widget_class' => 'SubPanelRemoveButton', 'width' => '2%', ), 'file_url'=>array( 'usage'=>'query_only' ), 'filename'=>array( 'usage'=>'query_only' ), ), ); ?>