• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/connectors/helper.php
  • Класс: Bitrix\Sender\Integration\Crm\Connectors\Helper
  • Вызов: Helper::getIdFilter
static function getIdFilter($value, &$filter)
{
	if (is_array($value))
	{
		$value = $value[0];
	}

	$filter['@CRM_ENTITY_ID'] = array_map('trim', explode(",", $value));
}