array('default' => ''), 'date_entered' => array('default' => ''), 'status' => array('default' => ''), 'assigned_user_id' => array('type' => 'assigned_user_name', 'default' => $current_user->name)); $dashletData['MyEcmNoteOutsDashlet']['columns'] = array( 'STATUS' => array( 'width' => '1', 'label' => ' ', 'default' => true, ), 'DOCUMENT_NO' => array( 'width' => '8', 'label' => 'LBL_DOCUMENT_NO', 'sortable' => true, 'link' => true, 'default' => true, ), 'NAME' => array( 'width' => '15', 'label' => 'LBL_NAME', 'sortable' => true, 'link' => false, //'customCode' => '{$NAME}', 'default' => true, ), 'REGISTER_DATE'=>array( 'width'=>15, 'label'=>'LBL_REGISTER_DATE', 'default'=>true, 'sortable'=>true, ), 'PARENT_ID'=>array( 'width'=>0, 'label'=>' ', 'customCode'=>' ', 'default'=>true, 'sortable'=>false, ), 'PARENT_NAME' => array( 'width' => '15', 'label' => 'LBL_PARENT_NAME', 'default' => true, 'id'=>'PARENT_ID', 'module'=>'Accounts', 'link'=>true, ), 'TOTAL' => array( 'width' => '10', 'label' => 'LBL_TOTAL', 'default' => true, 'align' => 'left', ), 'ASSIGNED_USER_NAME' => array( 'width' => '10', 'label' => 'LBL_LIST_ASSIGNED_USER', 'default' => true ), 'OPTIONS' => array( 'width' => '5', 'label' => ' ', 'link' => false, 'default' => true, 'sortable' => false, 'align' => 'right', ), 'date_entered' => array('width' => '15', 'label' => 'LBL_DATE_ENTERED'), ); k ?>