User guide
Quick Start Guide
Dashboard
Overviews
Case detail (Caseoverview)
Case - event
Tasks
Case notes
Documents
User settings
Favorites
Table component
FAQ
Administrator Guide
Platform guide
Administration
Crons
Authentication and Synchronization
Mobile App Setup for Your Environment
Scheme
Dynamic tables
Archiving
Scripts
Service console
Scheduled Tasks
HR Agenda
Sequences
CSP Headers
Logs
Access Token Settings & Session Expiration
Template
Roles
Planning
Users
Organizational structure
Events
Translations
AXIOS API
Calculations & Functions
Integrations
TAS Forms
TAS Forms
Activating the module on the environment
TAS Forms - secret creation guide for Docker Swarm
Advanced Features & Tips
Partners
Product
Business Changelog
Technical Changelog
Version Upgrade Guide
Upgrading to 5.9
Upgrading to 5.3
Dynamic conditions migration
PDF printing adjustment
Editing Task Description vs Task Instructions
Transpiling forEach to a for loop
Rendering HTML on Caseoverview
Upgrading to 5.7
Lodash upgrade v4.17.x (>v5.5)
Main changes and deprecated features (v5.3 > v5.7)
Using validation functions
Differences between TAS4 and TAS5 - a complete overview
Best Practices for Upgrading from v4 to v5
Technical details
News / Important information
- All Categories /
- Product
- Version Upgrade Guide /
- Differences between TAS4 and TAS5 - a complete overview
Differences between TAS4 and TAS5 - a complete overview
TAS5 has seen significant upgrades to both the Frontend and Backend. Despite maximum efforts to ensure backward compatibility, some functions and features need to be replaced.
List of changes TAS4 vs TAS5
Changing dynamic conditions
Dynamic conditions need to be rewritten according to this procedure . It is also necessary to optimize the evaluation of dynamic conditions using watchvars .Task description and task instructions
The display of the task description and instructions has changed, see description here .Transpilation of calculations
Some calculations will be transpiled, e.g. forEach is transpiled to forLoop. This is not necessarily a problem, but in certain situations it is necessary to do a check. Description here .CaseOverview rendering and print templates
TAS5 already uses CaseOverview components using React. Therefore, it is advisable to also redesign CaseOverview to the current design with the new design, but this is not a requirement. The old CaseOverview is compatible. However, when printing pdfs and rendering certain variables, there may be different behavior than in TAS4.New Lodash library
As part of TAS 5.7, the Lodash library has been updated and some old Lodash functions are no longer supported. In TAS, there is a validation available in the service console that finds incompatible functions. Everything is described in the manual .Customizing variables
Within TAS5 it is no longer possible to change the font size of variable names and add italics. Changing the color and highlighting has been retained. Highlighting important variables is now possible using sections.
Updated
by Frantisek Brych