Production Ready Project Check List
  • 19 Jul 2022
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Production Ready Project Check List

  • Dark
    Light

Article summary

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.

  1. All Designer Elements Are Associated With The Project
  2. CSS and E-Mail Templates Are Associated With The Project
  3. Clean Up Unused Flows
  4. Systems Constants Are Associated With The Project
  5. Test Export and Import
Project Sanity Checks Helpful Links

External Connections

  1. Is Prod Server Connected To The Repository Server (Only if used)
  2. Prod Server External Database Connections Are Tested/Confirmed Working
  3. External Web Integrations Tested/Confirmed Working
Integrations
For more information on integrations, refer to "REST Service Integration Overview" and "External Database Integration"

Administrative

  1. Database Backups Performed
  2. Production Decisions Server IP Unblocked From The Firewall
  3.  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

  1. User Accounts Migrated 
  2. Single Sign-On Configured/Tested
  3. Group Permissions Associated With Designer Project
Single Sign-On References

Modules/SDK

  1. All Necessary Custom Modules copied to C:\Program Files\Decisions\Decisions Services Manager\CustomModules
  2. All Necessary Custom Modules are installed in Decisions 
  3. 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

  1. Is Time Zone Set Correctly
  2. Is Culture Set Correctly






Was this article helpful?