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.

Anna Gernát Updated by Anna Gernát

HR Agenda

CSP Headers

Contact

Syca (opens in a new tab)

Powered by HelpDocs (opens in a new tab)