---
title: "Production Ready Project Check List"
slug: "production-ready-project-check-list"
updated: 2024-11-19T19:55:45Z
published: 2024-11-19T19:55:45Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Production Ready Project Check List

## Overview

This document will give common project testing suggestions to practice before implementing a project into production.

---

## Check List

Flow DesignDevelop Flows in a way that does NOT require undoing something before 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. 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 to be working.
3. **External****Web** **Integrations**Tested/confirmed working.

IntegrationsFor more information on Integrations, refer to [REST Service Integration Overview](https://documentation.decisions.com/v9/docs/rest-service-integration-overview) and [External Database Integration](https://documentation.decisions.com/v9/docs/insert-update-delete-steps-integration-database).

#### Administrative

1. **Database****Backups**are performed.
2. **Production**Decisions server **IP**unblocked From the firewall.
3. Adequate notice is given to Prod users.

Creating A BackupFor more information on how to back up the decisions database, refer to the [Backup Of Decisions Database and File System](https://documentation.decisions.com/v9/docs/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 ReferencesFor information on configuring SSO, Refer to:  
[Single Sign-On With SAML](https://documentation.decisions.com/v9/docs/single-sign-saml)  
[Setting up SSO using Microsoft Entra ID](https://documentation.decisions.com/docs/setting-up-sso-for-entra-id)

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

Installing A ModuleFor more information on installing a module, refer to [Installing Modules In Decisions](https://documentation.decisions.com/v9/docs/installing-modules-decisions).

#### Environment Settings

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