DealExist::onFieldChange

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. DealExist
  4. onFieldChange
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recurring/entity/item/dealexist.php
  • Класс: Bitrix\Crm\Recurring\Entity\Item\DealExist
  • Вызов: DealExist::onFieldChange
protected function onFieldChange($name)
{
	parent::onFieldChange($name);

	if ($name === 'ACTIVE')
	{
		$nextExecution = $this->calculateNextExecutionDate($this->recurringFields['START_DATE']);
		$this->setFieldNoDemand('NEXT_EXECUTION', $nextExecution);
	}
}

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