• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitypreset.php
  • Класс: Bitrix\Crm\EntityPreset
  • Вызов: EntityPreset::getById
public function getById($id)
{
	$result = PresetTable::getByPrimary($id);
	$row = $result->fetch();

	return (is_array($row)? $row : null);
}