What problem does it solve?
This Skill automates the process of adding the necessary ExternalDataProcessorInfo function to a data processor's object module, which is crucial for registering external data processors or reports within the 1C:Enterprise platform's "Additional Reports and Data Processors" subsystem.
Core Features & Use Cases
- Automated Function Generation: Inserts the
ExternalDataProcessorInfo() function into the correct module region.
- Kind and Command Type Mapping: Correctly maps user-friendly kind inputs to the appropriate 1C API methods.
- Conditional Section Handling: Adds target object registration or modifier sections as needed based on the processor kind.
- Use Case: When developing a new external data processor in 1C that needs to be available through the standard "Additional Reports and Data Processors" menu, this skill ensures it's correctly registered.
Quick Start
Use the 1c-bsp-registration skill to add the ExternalDataProcessorInfo function for a processor named 'MyProcessor' as a print form for the 'Document.SalesInvoice' metadata object.