• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Operation/Update.php
  • Класс: Bitrix\Crm\Service\Operation\Update
  • Вызов: Update::isClearItemCategoryCacheNeeded
protected function isClearItemCategoryCacheNeeded(): bool
{
	return $this->item->isCategoriesSupported() && $this->item->isChangedCategoryId();
}