'User', 'varName' => 'USER', 'orderBy' => 'NAME', 'whereClauses' => array( 'first_name' => 'users.first_name', 'last_name' => 'users.last_name', 'user_name' => 'users.user_name', // 'is_group' => 'users.is_group', ), 'listviewdefs' => array( 'REVERSE_FULL_NAME' => array( 'width' => '30', 'label' => 'LBL_LIST_NAME', 'link' => true, 'related_fields' => array('last_name', 'first_name'), 'orderBy' => array('last_name', 'first_name'), 'default' => true ), /* 'NAME' => array( 'width' => '30', 'label' => 'LBL_LIST_NAME', 'link' => true, 'related_fields' => array('last_name', 'first_name'), 'orderBy' => array('last_name', 'first_name'), 'default' => true ),*/ 'USER_NAME' => array( 'width' => '5', 'label' => 'LBL_USER_NAME', 'link' => true, 'default' => true ), 'EMAIL1' => array( 'width' => '30', 'sortable' => false, 'label' => 'LBL_LIST_EMAIL', 'link' => true, 'default' => true ), ), 'whereStatement'=> " users.status = 'Active' and users.portal_only= '0'", 'searchInputs' => array( 'first_name', 'user_name', 'is_group', ), );