Competition
in package
Configuration file: Config\Modules\Competition.
Table of Contents
- $COLUMNS_IN_HIERARCHY : mixed
- Columns visible in hierarchy [$label => $columnName]
- $COUNT_IN_HIERARCHY : mixed
- Count Sales in hierarchy
- $MAX_HIERARCHY_DEPTH : mixed
- Max depth of hierarchy
Properties
$COLUMNS_IN_HIERARCHY
Columns visible in hierarchy [$label => $columnName]
public
static mixed
$COLUMNS_IN_HIERARCHY
= ['LBL_SUBJECT' => 'subject', 'Email' => 'email', 'Vat ID' => 'vat_id', 'LBL_ASSIGNED_TO' => 'assigned_user_id']
$COUNT_IN_HIERARCHY
Count Sales in hierarchy
public
static mixed
$COUNT_IN_HIERARCHY
= true
$MAX_HIERARCHY_DEPTH
Max depth of hierarchy
public
static mixed
$MAX_HIERARCHY_DEPTH
= 50