DealTable::getMap

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

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