What this solution does
The Income Media module enables exporting Bitrix business process templates in three formats: XML, JSON, and .bpt. After installation, a new page appears in the administrative section under Services → Export Business Processes.
Standard Bitrix tools allow exporting only one process at a time in the binary .bpt format, which cannot be read or compared. This module addresses two primary tasks.
Audit and documentation. The process structure (actions, parameters, variables, constants, document fields) is saved in a human-readable format. This facilitates storage in version control systems, revision comparison, and client approval.
Transfer and backup. Native .bpt files can be exported individually or all at once as a single ZIP archive. These files can be imported into another portal using standard tools.
Features:
- A complete list of business process templates with filtering by module (CRM, Lists, Disk, etc.), document type, status, and launch conditions.
- Three export formats:
- XML: readable structure for viewing and comparison. Does not support re-import.
- JSON: content suitable for integrations and repository storage. Does not support re-import.
- BPT: native Bitrix format that supports lossless re-import.
- Export options for all, selected, or a single template.
The module allows creating a full backup of all portal business processes into a single ZIP archive containing .bpt files with one click. It supports UTF-8 and Windows-1251 encodings, along with Russian and English localization.
XML and JSON formats are intended solely for reading and data analysis. Uploading these formats to Bitrix for process restoration is not supported, as the native import mechanism accepts only .bpt files. To transfer and restore business processes, use the .bpt format.
General iT can install and configure this module and check how it works on your website.