User guide
Quick Start Guide
Dashboard
Overviews
Case detail (Caseoverview)
Case - event
Tasks
Case notes
Documents
User settings
Favorites
Table component
Administrator Guide
Administration
Authentication and Synchronization
Mobile App Setup for Your Environment
Scheme
Dynamic tables
Scripts
Service console
Scheduled Tasks
HR Agenda
Sequences
CSP Headers
Logs
Crons
Access Token Settings & Session Expiration
Template
Roles
Integrations
TAS Forms
TAS Forms
Activating the module on the environment
TAS Forms - secret creation guide for Docker Swarm
Advanced Features & Tips
Filtering in a dynamic sheet using a URL parameter (static)
Search in a dynamic table by column value
Filtering in a dynamic sheet using dynamic conditions
Optimizing Overviews with a Large Number of Cases
DOCX document creation
Planning
Users
Organizational structure
Events
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
Best Practices for Upgrading from TAS 4 to TAS 5
Technical details
- All Categories /
- Administrator Guide
- Administration /
- Sequences
Sequences
The Sequences section in the administration panel of Team Assistant allows administrators to manage automatically generated numerical sequences used in various processes. These sequences help streamline workflows by providing unique, incremental values that can be used in calculations, numbering, and other automated functions.
Functionality:
- Sequences are numerical counters that increase automatically based on defined rules.
- They can be used in workflows and scripts to generate unique values for records, approvals, or calculations.
- The function
lib.getSequenceNumber(name);
retrieves the next value in the sequence, ensuring consistency across the system. - Each sequence has an associated ID that determines its current value.
Usage Example:
Pomocí číselné posloupnosti, která se zvyšuje o hodnotu 1, můžete automaticky nastavit hodnoty, které se využívají ve výpočtu lib.getSequenceNumber(name);
.
Resetting a Sequence:
- If a sequence needs to be restarted, edit the sequence settings and set the ID to 0.
- This ensures that the next usage of the sequence will start again from 1.
Updated
by Anna Gernát