ActivityController::recoverNotes

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ActivityController
  4. recoverNotes
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recycling/activitycontroller.php
  • Класс: Bitrix\Crm\Recycling\ActivityController
  • Вызов: ActivityController::recoverNotes
protected function recoverNotes(int $recyclingEntityId, int $newEntityId): void
{
	NoteTable::rebind(NoteTable::NOTE_TYPE_SUSPENDED_ACTIVITY, $recyclingEntityId, NoteTable::NOTE_TYPE_ACTIVITY, $newEntityId);
}

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