• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/timeline/note.php
  • Класс: Bitrix\Crm\Controller\Timeline\Note
  • Вызов: Note::resolveNote
private function resolveNote(int $itemId, int $type): EntityObject
{
	return $this->findNote($itemId, $type) ?? $this->newNote($itemId, $type);
}