• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/access/map/rcaction.php
  • Класс: Bitrix\Sender\Access\Map\RcAction
  • Вызов: RcAction::getMap
static function getMap(): array
{
	return [
		MessageBase::CODE_RC_LEAD => ActionDictionary::ACTION_RC_EDIT,
		MessageBase::CODE_RC_DEAL => ActionDictionary::ACTION_RC_EDIT,
		MessageBase::CODE_TOLOKA => ActionDictionary::ACTION_RC_VIEW,
		MessageBase::CODE_MASTER_YANDEX => ActionDictionary::ACTION_RC_VIEW,
	];
}