epf-bsp-init

Insert the СведенияОВнешнейОбработке function into ObjectModule.bsl for 1C BSP registration.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill epf-bsp-init-mmmmmm786mngb-jpg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-bsp-init
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/epf-bsp-init
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill epf-bsp-init-mmmmmm786mngb-jpg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Добавляет в модуль обработки функцию СведенияОВнешнейОбработке, необходимую для регистрации обработки в подсистеме БСП «Дополнительные отчёты и обработки», облегчая интеграцию совместимых обработок.

Core Features & Use Cases

  • Автоматическая вставка функции регистрации обработки в ObjectModule.bsl
  • Поддержка adding серверных обработчиков для отдельных видов обработки
  • Готовые шаблоны и инструкции по размещению кода

Quick Start

Запустите /epf-bsp-init с именем ProcessorName и Видом обработки для вставки функции и обработчиков в ObjectModule.bsl.

Frequently Asked Questions about epf-bsp-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register an external report in 1C BSP?

To register an external report in 1C BSP, you need the СведенияОВнешнейОбработке function in ObjectModule.bsl. This Skill automates inserting that registration function and any required server-side handlers.

What is the СведенияОВнешнейОбработке function used for in 1C?

The СведенияОВнешнейОбработке function is used for registering external processing in the 1C BSP Additional Reports and Processing subsystem. This automation adds it directly to ObjectModule.bsl.

How do I add server-side handlers for specific processing types in 1C BSP?

Adding server-side handlers for designated processing types in 1C BSP is automated by providing the processing name and type. The tool inserts the necessary handlers into ObjectModule.bsl alongside the registration function.

Can I use frontmatter to configure BSP external processing registration?

Yes, you can use frontmatter to configure BSP external processing registration. This Skill ensures frontmatter-driven setup and provides usage templates for reliable integration into the 1C subsystem.

What are the limitations of automating BSP integration code placement?

The automation focuses strictly on code placement in ObjectModule.bsl and frontmatter-driven setup. It does not execute the registration process itself, but provides templates and instructions for BSP-compatible integration.