Production Ready Project Check List
- 20 May 2022
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Production Ready Project Check List
- Updated on 20 May 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This document will give common project testing suggestions to practice before implementing a project into production.
Check List
Flow Design
Develop Flows in a way that does NOT require undoing something prior to a Migration.
For example, do NOT add a personal account or a test account directly to an assignment, to test an assignment.
If the assignment is to a group, make the test account a member of that group.
For example, do NOT add a personal account or a test account directly to an assignment, to test an assignment.
If the assignment is to a group, make the test account a member of that group.
- All Designer Elements are Associated with the Project.
- CSS and E-Mail Templates are Associated with the Project.
- Clean Up unused Flows.
- Systems Constants are Associated with the Project.
- Test Export and Import.
External Connections
- Is the Prod Server connected to the Repository Server (Only if used)?
- Prod Server External Database connections are Tested/confirmed working.
- External Web Integrations Tested/confirmed working.
Administrative
- Database Backups performed.
- Production Decisions Server IP unblocked From the Firewall.
- Adequate notice is given to Prod users.
Accounts/Users
- User Accounts Migrated.
- Single Sign-On Configured/Tested
- Group Permissions Associated with Designer Project
Modules/SDK
- All necessary Custom Modules copied to C:\\Program Files\Decisions\Decisions Server\CustomModules.
- All necessary Custom Modules are installed in Decisions.
- All necessary Custom DLLs are copied to C:\\Decisions\Decisions Server\modules\Decisions.local\ServiceDlls.
Environment Settings
- Is Time Zone set correctly?
- Is Culture set correctly?
Was this article helpful?