How to Differentiate Between Production and Sandbox

Overview

This article is intended to demonstrate how TDX Administrators can add visual cues to distinguish between your Production and Sandbox environments within TeamDynamix.

This article is intended for the following:

  • TDX Administrators
  • Implementation Team Members
  • Any Team Member working in both the Production and Sandbox environments

TeamDynamix Components

There are a couple of things that can be done to prevent environment confusion between your production and sandbox environments:

  1. Change the Environment Name in the Sandbox (TDAdmin and Work Management)
  2. Add an HTML Header within the Client Portal (Client Portal only)

All of the features outlined below can be done in your environment's TDAdmin Sandbox environment.

Change the Environment Name in the Sandbox

Renaming the Sandbox is an easy way to delineate between your TDX environments.

  1. On the TDAdmin Home page, click the Edit button.
  2. Within the Name field, modify the name to indicate that this is your Sandbox environment.

The modified name will now appear within both the TDAdmin and Work Management environments.

Add an HTML Header within the Client Portal

Adding a header to your client portal can help call out whether or not an individual is working within your Sandbox or Production environments. While this can be placed in the Client Portal footer as well, we find that the header has greater visibility to aid your team in making environment distinctions.

To set this up:

  1. Within TDAdmin, click on Applications > [Client Portal Application] > Settings
  2. Scroll to the Client HTML Header section of the page.
  3. Add your custom text or HTML and then click Save.

We have provided a snippet of sample HTML for you to copy and paste in order to get you started:

<div class="container">
  <div class="row">
    <div class="md-12">
     <div class="alert alert-warning text-center">
      <p><strong>Welcome to your TeamDynamix sandbox environment.</strong> Changes made here will not impact your production environment.</p><br/>
     </div>
    </div>
  </div>
</div>

Issues

  • The SaaS Sandbox is on a regular quarterly refresh schedule, meaning that the above suggestions would need to be performed at least four times a year in order to display these changes continuously.
100% helpful - 5 reviews