• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/ad.php
  • Класс: BitrixSenderEntityAd
  • Вызов: Ad::getFilterFields
static function getFilterFields()
{
	return array(
		array(
			'CODE' => null,
			'VALUE' => 'N',
			'FILTER' => '=CAMPAIGN.IS_TRIGGER'
		),
		array(
			'CODE' => 'IS_ADS',
			'VALUE' => 'Y',
			'FILTER' => '=IS_ADS'
		),
	);
}