LESSON INFO

Audience

  • Facility admins who maintain transportation master data used in shipping, receiving, and scheduling.
  • Implementation team members setting up transportation entities for go-live.

Prerequisites

  • You can log in to Themis-Trace.
  • You have permission to view and maintain (Create, Edit) carriers.

Skills you’ll build

  • Create a viable carrier record that can be selected from relevant forms.
  • Make safe changes (edit vs deactivate vs delete) while avoiding downstream failures.
  • Verify carrier availability in an operational flow that filters carriers by transportation mode.

LESSON OUTLINE

Concept

A Carrier is an entity responsible for the movement of product from one facility to another.

  • Where this configuration lives
    • Carriers are maintained in the web app under: Home → Administration → Transportation Maintenance → Carriers.
  • What downstream screens use this data
    • Receiving & Shipping Order dropdowns load carrier options from the Carriers table, and the available carriers are limited by the selected Transportation Mode.
    • Schedule Item Types can store a Transportation Mode selection.

Create a carrier

  1. Go to Administration → Transportation Maintenance → Carriers.

  2. Select New.

  3. Enter required fields (as marked in the form):

    • Name
    • SCAC
      • Required for EDI transactions
  4. Optional fields:

    • Transportation Mode

    • Title

    • Location

    • Description

    • Contact details

      Note: If you enter anything in the contact section (Title, Location, Email Address, Phone Number, etc.), then Contact Name becomes required.

  5. Select Save & Close.

  6. Confirm the carrier appears in the grid and is Active.

When to edit vs deactivate

  • Edit: routine changes
    1. Open the carrier from the grid.
    2. Update fields.
    3. Use Save (to keep working) or Save & Close.
    4. If you change Name, expect a confirmation prompt warning that the change affects associated records.
  • Deactivate: remove from selection without breaking histories
    • Use Deactivate/Activate on the carrier form, or batch Activate/Deactivate from the grid.
    • Deactivation prompts for confirmation and saves immediately.
    • Batch Activate/Deactivate notes:
      • Selecting Activate on an already-active record makes no change and throws no error.
      • Selecting Deactivate on an already-deactivated record makes no change and throws no error.

Verification

  1. Choose a workflow that filters carriers by Transportation Mode.
    • In Master Orders, carrier options are limited by the selected Transportation Mode selected.
  2. In that workflow:
    1. Select a Transportation Mode.
    2. Open the Carrier dropdown.
    3. Confirm the carrier appears.
  3. If you are validating Transportation Modes:
    • Confirm the Transportation Mode you expect exists and is not deactivated.

COMMON ISSUES