LeadTable::getMap

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. LeadTable
  4. getMap
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entity/index/lead.php
  • Класс: Bitrix\Crm\Entity\Index\LeadTable
  • Вызов: LeadTable::getMap
static function getMap()
{
	return [
		new Entity\IntegerField('LEAD_ID', ['primary' => true]),
		new Entity\StringField('SEARCH_CONTENT')
	];
}

Добавить комментарий