Deployment Guide
After compiling a rule in ERP Logic Studio, you’ll receive a deployment package containing everything needed to install the rule in Prophet 21.
Deployment Package Contents
Section titled “Deployment Package Contents”- Compiled DLL — The .NET Framework 4.8 compatible business rule assembly
- Configuration XML — P21 business rule configuration in the DynaChange format
- Field Mapping Documentation — Reference for all P21 fields used by the rule
- Installation Guide — Step-by-step instructions for your specific rule
Installation Steps
Section titled “Installation Steps”- Download the deployment package from ERP Logic Studio
- Extract the package contents
- Copy the DLL to your P21 DynaChange rules directory
- Import the configuration XML into P21’s business rule manager
- Test the rule in a development environment
- Deploy to production when verified
Best Practices
Section titled “Best Practices”- Always test rules in a development or staging P21 environment first
- Keep a backup of existing rules before deploying new ones
- Use version control in ERP Logic Studio to track rule changes
- Document any custom configurations or field mappings