Production Ready Project Check List
- 19 Jul 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 19 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This document will give common project testing suggestions to practice before implementing a project into production.
Check List
Flow Design
Do not develop Flows in a way that requires remembering to undo 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.
- 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
Project Sanity Checks Helpful Links
- For Information on how to add Decisions elements to projects, review "Adding Designer Elements To Projects"
External Connections
- Is 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
Integrations
For more information on integrations, refer to "REST Service Integration Overview" and "External Database Integration"
Administrative
- Database Backups Performed
- Production Decisions Server IP Unblocked From The Firewall
- Adequate Notice Given To Prod Users
Creating A Backup
For more information on how to back up the decisions database, refer to the "Backup Of Decisions Database and File System" document
Accounts/Users
- User Accounts Migrated
- Single Sign-On Configured/Tested
- Group Permissions Associated With Designer Project
Single Sign-On References
For information on configuring SSO Refer to:
"Single Sign-On With SAML"
"Enabling Single Sign-On Active Directory"
"Setting Up SSO for Azure AD"
"Single Sign-On With SAML"
"Enabling Single Sign-On Active Directory"
"Setting Up SSO for Azure AD"
Modules/SDK
- All Necessary Custom Modules copied to C:\Program Files\Decisions\Decisions Services Manager\CustomModules
- All Necessary Custom Modules are installed in Decisions
- All Necessary Custom Dll's are copied to C:\Program Files\Decisions\Decisions Services Manager\modules\Decisions.local\ServicesDlls
Installing A Module
For more information on installing on module, refer to "Installing Modules In Decisions"
Environment Settings
- Is Time Zone Set Correctly
- Is Culture Set Correctly
Was this article helpful?