• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recurring/entity/item/dealnew.php
  • Класс: Bitrix\Crm\Recurring\Entity\Item\DealNew
  • Вызов: DealNew::getChangeableFields
protected function getChangeableFields()
{
	return [
		'DEAL_ID', 'BASED_ID', 'PARAMS', 'IS_LIMIT', 'LIMIT_REPEAT', 'LIMIT_DATE', 'CATEGORY_ID', 'START_DATE'
	];
}