...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/entitybankdetail.php
- Класс: Bitrix\Crm\EntityBankDetail
- Вызов: EntityBankDetail::getBasicExportFieldsInfo
static function getBasicExportFieldsInfo() { $result = array( 'ID' => array( 'title' => GetMessage('CRM_BANK_DETAIL_EXPORT_FIELD_ID'), 'type' => 'integer' ), 'NAME' => array( 'title' => GetMessage('CRM_BANK_DETAIL_EXPORT_FIELD_NAME'), 'type' => 'string' ), 'ACTIVE' => array( 'title' => GetMessage('CRM_BANK_DETAIL_EXPORT_FIELD_ACTIVE'), 'type' => 'boolean' ), 'SORT' => array( 'title' => GetMessage('CRM_BANK_DETAIL_EXPORT_FIELD_SORT'), 'type' => 'integer' ), 'COMMENTS' => array( 'title' => GetMessage('CRM_BANK_DETAIL_EXPORT_FIELD_COMMENTS'), 'type' => 'string' ) ); return $result; }