Production Ready Project Check List
  • 20 May 2022
  • 1 Minute to read
  • Dark
    Light

Production Ready Project Check List

  • Dark
    Light

Article Summary

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.
  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.

External Connections

  1. Is the 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.

Administrative

  1. Database Backups performed.
  2. Production Decisions Server IP unblocked From the Firewall.
  3. Adequate notice is given to Prod users.

Accounts/Users

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

Modules/SDK

  1. All necessary Custom Modules copied to C:\\Program Files\Decisions\Decisions Server\CustomModules
  2. All necessary Custom Modules are installed in Decisions.
  3. All necessary Custom DLLs are copied to C:\\Decisions\Decisions Server\modules\Decisions.local\ServiceDlls.

Environment Settings

  1. Is Time Zone set correctly?
  2. Is Culture set correctly?

Was this article helpful?