What problem does it solve?
Manually adding a new managed form to a 1C external data processor is error prone and time consuming; this Skill automates the creation of all necessary form metadata, XML descriptions, BSL module scaffolding, and processor registration.
Core Features & Use Cases
- Create metadata for the new form under Forms/{ProcessorName}.xml with a unique UUID and proper Name and Synonym.
- Generate the Form.xml description under Forms/{FormName}/Ext/Form.xml and a corresponding Module.bsl with the standard regions for event handlers and utilities.
- Update the root processor XML to register the new form and set it as default when appropriate, ensuring the workflow can immediately reference the new form.
- Support common use cases such as adding forms to existing external processors for new UI functionality or workflow extensions.
Quick Start
Invoke the tool to create and register a new managed form for your processor, supplying ProcessorName and FormName.