ResponsibleQueue::remove

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ResponsibleQueue
  4. remove
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/responsiblequeue.php
  • Класс: Bitrix\Crm\WebForm\ResponsibleQueue
  • Вызов: ResponsibleQueue::remove
static function remove($entityId)
{
	Option::delete(self::OPTION_MODULE_ID, array('name' => self::OPTION_LAST_NAME . $entityId));
}

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