'Account', 'varName' => 'ACCOUNT', 'orderBy' => 'name', 'whereClauses' => array( 'name' => 'accounts.name', 'register_address_city' => 'accounts.register_address_city', 'phone_office' => 'accounts.phone_office' ), 'searchInputs' => array('name', 'register_address_city', 'phone_office'), 'listviewdefs' => array( 'NAME' => array( 'width' => '40', 'label' => 'LBL_LIST_ACCOUNT_NAME', 'link' => true, 'default' => true, ), 'REGISTER_ADDRESS_CITY' => array( 'width' => '10', 'label' => 'LBL_LIST_CITY', 'default' => true, ), 'REGISTER_ADDRESS_STATE' => array( 'width' => '15', 'label' => 'LBL_STATE', 'default' => true, ), 'REGISTER_ADDRESS_COUNTRY' => array( 'width' => '10', 'label' => 'LBL_COUNTRY', 'default' => true, ), 'REGISTER_ADDRESS_POSTALCODE' => array( 'width' => '8', 'label' => 'Kod', 'default' => true, ), 'ACCOUNT_TYPE' => array( 'width' => '2', 'label' => 'LBL_ACCOUNT_TYPE', 'default' => true, ), ), 'searchdefs' => array( 'name'=> array ( 'name' => 'name', 'label' => 'LBL_NAME', 'displayParams' => array ( 'required' => true, 'rows' => 1, 'cols' => 50, ), ), 'index_dbf', 'to_vatid', 'email', /* array( 'name' => 'assigned_user_id', 'label'=>'LBL_ASSIGNED_TO', 'type' => 'enum', 'function' => array('name' => 'get_user_array', 'params' => array(false)) ), */ ) ); ?>