array( 'width' => '20', 'label' => 'LBL_LIST_NAME', 'link' => true, 'related_fields' => array('last_name', 'first_name'), 'orderBy' => 'last_name', 'default' => true), 'DEPARTMENT' => array( 'width' => '10', 'label' => 'LBL_DEPARTMENT', 'link' => true, 'default' => true), 'TITLE' => array( 'width' => '15', 'label' => 'LBL_TITLE', 'link' => true, 'default' => true), 'REPORTS_TO_NAME' => array( 'width' => '15', 'label' => 'LBL_LIST_REPORTS_TO_NAME', 'link' => true, 'sortable' => false, 'default' => true), 'EMAIL1' => array( 'width' => '15', 'label' => 'LBL_LIST_EMAIL', 'link' => true, 'customCode' => '{$EMAIL1_LINK}{$EMAIL1}', 'default' => true, 'sortable' => false), 'PHONE_WORK' => array( 'width' => '10', 'label' => 'LBL_LIST_PHONE', 'link' => true, 'default' => true), 'EMPLOYEE_STATUS' => array( 'width' => '10', 'label' => 'LBL_LIST_EMPLOYEE_STATUS', 'link' => false, 'default' => true), 'DATE_ENTERED' => array ( 'width' => '10', 'label' => 'LBL_DATE_ENTERED', 'default' => true), ); ?>