Sequencers

This feature makes it possible to add a sequence of numbering to a digital document.

To configure follow these steps,

  1. Open the FintechOS Studio, select the Advanced menu item and left-click on the Sequencers menu.
  2. Click the ''Insert'' button to add a new configuration or open an existing one by double-clicking. To delete, select the sequencer and click on the ''Delete'' button on the right side of the screen.
  3. Fill in the following:
  4. Fields Required Data type Description
    Name Yes Text Insert a name for the sequencer.
    Code Yes Text Insert a code of the sequencer.
    Prefix No Text Insert a prefix for the sequencer to take intro account. For example, set the prefix AAA, and the sequence will be AAA1, AAA2 and so on.
    Padding No Text This is the number of characters for a sequence. For example, set the padding nr. 4, the sequence will be 0001, then 0002 and so on.
    RangeMin No Text Insert the minimum range of characters to be set in the sequence.
    RangeMax No Text Insert the maximum range of characters to be set in the sequence.
    Number No Text This is the number of the sequence.
    Start date No Date Insert the start date since when the sequencer will be available.

    End date

    No

    Date

    Insert an end date for when the sequencer will not be available.

    Filter JS

    No

    JS

     

  5. Click the ''Save and reload'' button.

How to add items to the sequencer

The term ''items'' means the actual character.

  1. To add an item, fill in the following fields:
    Fields Data type Description
    isUsed BoolTick if the bool is true, the item will be used in the sequencer. By leaving the bool empty, false, the system will skip the number/ name.
    SequencerIDText  
    Number Numeric Insert the number.

    Name

    Text Insert the name.
  2. Click the ''Save and reload'' button. Repeat of as many times as needed.

How to call the Sequencer

It is possible to call the sequencer using the automation script. For more information, see getSequenceNumber.