DuplicateCommunicationCriterion::getSupportedDedupeTypes

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. DuplicateCommunicationCriterion
  4. getSupportedDedupeTypes
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicatecommunicationcriterion.php
  • Класс: Bitrix\Crm\Integrity\DuplicateCommunicationCriterion
  • Вызов: DuplicateCommunicationCriterion::getSupportedDedupeTypes
static function getSupportedDedupeTypes()
{
	//TODO: Please add
	//TODO: DuplicateIndexType::COMMUNICATION_FACEBOOK, DuplicateIndexType::COMMUNICATION_SKYPE
	//TODO: and etc. if required
	return [
		DuplicateIndexType::COMMUNICATION_PHONE,
		DuplicateIndexType::COMMUNICATION_EMAIL,
	];
}

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