• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/socialnetwork/livefeed/crmentitycomment.php
  • Класс: Bitrix\Crm\Integration\Socialnetwork\Livefeed\CrmEntityComment
  • Вызов: CrmEntityComment::getLiveFeedUrl
public function getLiveFeedUrl(): string
{
	$result = '';
	$logId = $this->getLogId();
	$commentId = $this->getEntityId();

	if ($logId > 0)
	{
		$result = "/crm/stream/?log_id=".$logId."&commentId=".$commentId."#com".$commentId;
	}

	return $result;
}