- Модуль: intranet
- Путь к файлу: ~/bitrix/modules/intranet/lib/ustat/departmentday.php
- Класс: BitrixIntranetUStatDepartmentDayTable
- Вызов: DepartmentDayTable::getMap
static function getMap()
{
$fieldsMap = array(
'DEPT_ID' => array(
'data_type' => 'integer',
'primary' => true
),
'DAY' => array(
'data_type' => 'date',
'primary' => true
),
'ACTIVE_USERS' => array(
'data_type' => 'integer'
),
'INVOLVEMENT' => array(
'data_type' => 'integer'
),
'TOTAL' => array(
'data_type' => 'integer'
),
'SOCNET' => array(
'data_type' => 'integer'
),
'LIKES' => array(
'data_type' => 'integer'
),
'TASKS' => array(
'data_type' => 'integer'
),
'IM' => array(
'data_type' => 'integer'
),
'DISK' => array(
'data_type' => 'integer'
),
'MOBILE' => array(
'data_type' => 'integer'
),
'CRM' => array(
'data_type' => 'integer'
)
);
return $fieldsMap;
}