include/SugarFields/Fields/Teamset/ReportsSugarFieldTeamsetCollection.php
\ReportsSugarFieldTeamsetCollection
ReportsSugarFieldTeamsetCollection.php This class handles rendering the team widget for the Reports module.
Properties

$action_type= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$action_type
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$action_type

$add_user_private_team= 'true'
trueDetails- Type
- n/a
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$add_user_private_team

$bean= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$bean
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$bean

$bean_id= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$bean_id
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$bean_id

$displayParams= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$displayParams
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$displayParams

$extra_var= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$extra_var
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$extra_var

$field_to_name_array= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$field_to_name_array
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$field_to_name_array

$form_name= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$form_name
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$form_name

$hideShowHideButton= 'false'
falseDetails- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$hideShowHideButton
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$hideShowHideButton

$json= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$json
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$json

$module_dir= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$module_dir
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$module_dir

$name= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$name
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$name

$numFields= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$numFields
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$numFields

$related_module= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$related_module
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$related_module

$showSelectButton= 'true'
trueDetails- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$showSelectButton
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$showSelectButton

$skipModuleQuickSearch= 'false'
falseDetails- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$skipModuleQuickSearch
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$skipModuleQuickSearch

$ss= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$ss
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$ss

$team_id= 'null'
nullDetails- Type
- n/a
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$team_id

$team_set_id= 'null'
nullDetails- Type
- n/a
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$team_set_id

$tpl_path= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$tpl_path
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$tpl_path

$value_name= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$value_name
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$value_name

$vardef= ''
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$vardef
- Inherited_from
- \ViewSugarFieldTeamsetCollection::$$vardef
Methods

ReportsSugarFieldTeamsetCollection(
$fill_data
=
false
)
:
void| Name | Type | Description |
|---|---|---|
| $fill_data |

ViewSugarFieldCollection(
$fill_data
=
true
)
:
void| Name | Type | Description |
|---|---|---|
| $fill_data |

ViewSugarFieldTeamsetCollection(
$fill_data
=
false
)
:
void| Name | Type | Description |
|---|---|---|
| $fill_data |

checkTemplate(
$cacheRowFile
)
:
void| Name | Type | Description |
|---|---|---|
| $cacheRowFile |

createPopupCode(
)
:
void
createQuickSearchCode(
$returnAsJavascript
=
true
)
:
void| Name | Type | Description |
|---|---|---|
| $returnAsJavascript |

display(
)
:
void
Overrides the display method from ViewSugarFieldCollection to simply invoke Smarty instance to fetch the appropriate template.

findTemplate(
$view
)
:
void| Name | Type | Description |
|---|---|---|
| $view |

pre_process_editview(
)
:
voidpre_process_editview
Inherited from: \ViewSugarFieldTeamsetCollection::pre_process_editview()This method handles three editview scenarios: 1) rendering the widget when creating a duplicate 2) rendering the widget when going from a subpanel quick create form to a full form 3) rendering the widget on a regular edit view of an existing record

process(
)
:
voidprocess
This method handles calling the appropriate sequence of methods depending on the action type

process_detailview(
)
:
void
process_editview(
)
:
void
process_searchform(
)
:
void
This method handles rendering the widget for the advanced search form tab. Most of the logic involves retrieving the teams set from the $_REQUEST as well as the search type (any, all, exact)

retrieve_values(
)
:
void