• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/integration/bizproc/message/plaintemplate.php
  • Класс: BitrixImIntegrationBizprocMessagePlainTemplate
  • Вызов: PlainTemplate::getFieldsMap
static function getFieldsMap(): array
{
	return [
		'MessageText' => [
			'Name' => Loc::getMessage('IM_BIZPROC_MESSAGE_PLAIN_TEMPLATE_FIELD_NAME_MESSAGE_TEXT'),
			'FieldName' => 'template_message_text',
			'Type' => FieldType::TEXT,
			'Required' => true,
			'Multiple' => false,
		],
	];
}