User guide
Quick Start Guide
Dashboard
Overviews
Case detail (Caseoverview)
Case - event
Tasks
Case notes
Documents
User settings
Favorites
Table component
FAQ
News/Announcements in Team assistant
Mobile app settings
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
NFC Integration
AXIOS API
Axios with Vault
Axios with SSL Certificate
Calculations & Functions
Integrations
MS Graph
ISDOC.PDF
DocuSign
TAS call module - TAS 2 TAS (process creation via API)
DB View
API tokens - application access
TAS Forms
TAS Forms
Activating the module on the environment
TAS Forms - secret creation guide for Docker Swarm
Advanced Features & Tips
Product
Technical Changelog
Business Changelog
Version Upgrade Guide
Upgrading to 5.7
Lodash upgrade v4.17.x (>v5.5)
Main changes and deprecated features (v5.3 > v5.7)
Highlighting variables in Read-only status (>v5.7.58)
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
Differences between TAS4 and TAS5 - a complete overview
Best Practices for Upgrading from v4 to v5
Using validation functions
Technical details
Server prerequisites
Security and Data Protection
Security
TAS Operations Runbook
Technological architecture
News / Important information
Getting Started
- All Categories /
- Administrator Guide Integrations
MS Graph
Description of preparation for connecting to MS Graph. Ensuring permissions and obtaining ID. Setting up a cron job for use in the template.
ISDOC.PDF
Available from version 5.3.38. ISDOC.PDF is a format for the electronic representation of both the visual and content aspects of an invoice. It is a PDF file that includes an XML representation of th…
DocuSign
Communication with DocuSign assumes the existence of a user in DocuSign who grants TAS (the application) authorization (grant), based on which TAS can act on their behalf and issue documents for sign…
TAS call module - TAS 2 TAS (process creation via API)
How to create a new case from a template and populate its variables via the REST API (Start Process API endpoint, atomic operation), and how to upload a document to an existing case via /api/dms/upload. Covers Bearer token authentication, request formats, examples (cURL, Node.js), and error behavior.
DB View
Variables. A variable must be created for each column of dynamic rows that you want to display in the report. For example, a date column named issueDate creates a new date variable named IssueDate Ca…
API tokens - application access
API tokens (available from version v5.17) enable B2B access to the TAS API without logging in via a user account. A token is bound to a system user and their permissions, and is sent in the Authorization: Bearer header. It is displayed only once when generated, and invalidation is irreversible.