Skip to main content

Veritran Docs

Registers

Registers are numeric values identified by an ID that store and transmit data for different purposes. All registers are stored in repositories that keep the information while the app is in use.

Depending on their token number, registers can be global or local:

  • Global registers are those ranging from 1 to 1000. They are available for all the apps within the same Studio environment.

  • Local registers are those higher than 1000. They are specific to a main app or module.

Notice

Registers must be initially created in the middleware and configured by an admin in Studio. Contact your admin for assistance.

The registers page contains a list of the registers that were created in the middleware and added to Studio for use in your current app. To access this page, click General > Registers. Refer to the annotated image below to learn more.

registers_home.png
  1. Search bar. Search registers by name, ID or token.

  2. New register. Click to add a new register.

  3. List of registers used in the current app. Refer to the table below to learn more.

    Name

    Name given to the register.

    Description

    Details of what the register is used for.

    Token

    Number that identifies the token used in the register to encrypt data.

    Site

    App (main or branch) that contains the register.

    Type

    States the type of register (register or array).

    Update

    Shows the last modification date.

    User

    Shows the username of the user who made changes or created the register.

    Actions

    Click the pencil icon to modify the register's settings.

  4. Rows per page and pagination. Click the drop-down menu to display 10, 20 or 50 rows per page. Click the arrows to navigate through the pages of the list.