Skip to main content
Skip table of contents

4.11

In this release, we focused on optimizing technician workflows, simplifying configuration management, and fine-tuning key areas of the platform to help you operate faster, with greater clarity and control.

(warning) BREAKING CHANGES (2) - See below


Production Control – Precision at Scale

  • Improved Maintenance Scheduling

    • Time-based assignment option in the technician assignment panel gives you more flexibility in scheduling.

    • Filters for finished MOs and improved status updates streamline your view for quicker decisions.

  • Operator-Friendly Dialogs

    • Dialogs for production history, reason codes, and instructions now include clearer defaults and new actions.

  • Performance & UI Tweaks

    • Visuals for “no data” states and custom report toggles were upgraded for clarity.

    • Enhanced redbox interaction and improved UX for material preview.


Maintenance Shopfloor View – Built for the Frontline

  • Technician Assignment, Simplified

    • New filters in My Orders and All Orders tabs let users instantly find relevant work.

    • Auto-refresh ensures that order status and assignments are always up to date.

  • Enhanced Pause & Finish Actions

    • Redesigned MO pause dialog includes quick-select buttons and improved messaging.

    • Finishing an MO is now faster with confirmation dialogs and automatic updates.

  • Spare Parts Dialog Enhancements

    • Improved field validation and status coloring make it easier to work with spare parts in the field.

  • Visual Feedback for Every Action

    • Success messages, barcode scan feedback, and tab indicators ensure users always know what’s happening.


Parametrization – Easier Setup, Cleaner Control

  • Extended Filters & Parameters

    • Date filter added to entity lists and new parameters for conditional visibility help you tailor views.

    • Entity edit pages now include enriched dropdowns, color tags, and layout tweaks.

  • Instruction & KPI Handling

    • Default values for custom entity fields, automatic status coloring, and cleaner visual structure.

    • Instruction editor supports better material filtering and display options.

  • Master Data Improvements

    • Enhanced error messages and editable fields simplify maintenance of key master data tables.


Shopfloor View – Contextual and Configurable

  • Queue Page Improvements

    • Shift and line stoppage info is now more visible directly on queue items.

    • Tabs now include dynamic info counts and improved filter behavior.

  • Pause Dialog & Status Visuals

    • Redesigned dialogs with status-specific behaviors and visual consistency across tabs.

    • Preview tab added for easier navigation between views.


Logistic Run & Warehouse – More Responsive, More Reliable

  • Run Info Clarity

    • The status bar now reflects color-coded run states, improving overview at a glance.

    • Button actions (e.g. “Close Run”) trigger smarter reactions and confirmations.

  • Warehouse Terminal Fixes

    • Better validation and default settings ensure smoother picking workflows.

    • Visual grouping and separator fixes improve navigation and reduce errors.


System-Wide Improvements

  • User Preferences Expanded

    • Side navigation, default report views, and auto-refresh settings can now be customized per user.

  • Shared UI Components

    • Added a unified datetime picker and updated table component across modules for consistency and speed.

  • Performance Upgrades

    • Refreshed report toggles, improved page loading, and reduction in redundant data loads.


Breaking changes

001 - System password security changes

After upgrading to version 4.11 it is mandatory to re-save SMTP password in the system settings. This change is required due to tightened security measures. Without re-saving, email notifications will not function properly.

002 - Reporting security changes

After upgrading to version 4.11, a new database user must be created to enable the Custom Reporting feature. This is required to strengthen application security.
Oracle:

SQL
create user {p4_user}_quickview identified by "{password}"; grant create session to {p4_user}_quickview; 

MSSQL:

SQL
CREATE LOGIN {p4_user}_quickview WITH PASSWORD = '{password}';  USE {database};  CREATE USER {p4_user}_quickview FOR LOGIN {p4_user}_quickview; 

After creating the user, update the application configuration accordingly.

See also changes from previus version: 4.10 | Breaking-Changes

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.