array( array('widget_class' => 'SubPanelTopCreateButton'), array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'Opportunities'), ), 'where' => '', 'list_fields' => array( 'name'=>array( 'name' => 'name', 'vname' => 'LBL_LIST_OPPORTUNITY_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '40%', ), 'account_name'=>array( 'vname' => 'LBL_LIST_ACCOUNT_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'module' => 'Accounts', 'width' => '31%', 'target_record_key' => 'account_id', 'target_module' => 'Accounts', ), 'sales_stage'=>array( 'name' => 'sales_stage', 'vname' => 'LBL_LIST_SALES_STAGE', 'width' => '15%', ), 'date_closed'=>array( 'name' => 'date_closed', 'vname' => 'LBL_LIST_DATE_CLOSED', 'width' => '15%', ), 'amount_usdollar'=>array( 'vname' => 'LBL_LIST_AMOUNT_USDOLLAR', 'width' => '15%', ), 'assigned_user_name' => array ( 'name' => 'assigned_user_name', 'vname' => 'LBL_LIST_ASSIGNED_TO_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'target_record_key' => 'assigned_user_id', 'target_module' => 'Employees', ), 'edit_button'=>array( 'vname' => 'LBL_EDIT_BUTTON', 'widget_class' => 'SubPanelEditButton', 'module' => 'Opportunities', 'width' => '4%', ), 'remove_button'=>array( 'vname' => 'LBL_REMOVE', 'widget_class' => 'SubPanelRemoveButton', 'module' => 'Leads', 'width' => '4%', ), 'currency_id'=>array( 'usage'=>'query_only', ), ), ); ?>