January 2022

Features

Support for conditional messaging export in WebAdmin

When you export a queue you can now specify a condition to limit the records to be exported instead of exporting the entire table. There is only one condition but you can specify the field, operator and value that you wish to apply. The In operator is available for multiple values that need to be separated by a ";" character.

Changes to Two factor authentication (2FA)

The user will now be guided through the 2FA configuration process before being commited to the shown secret

Multi-user access management in WebAdmin

It allows the association/removal of multiple roles to different users.

Access theme variables in Genio

Have been created two functions with different signatures:

  • (1) searches the variables of the current application - GetAppThemeVariable("$primary")
  • (2) searches the variables in all applications - GetThemeVariable("GQT","$primary") The theme variables are now available to use in formulas, reports, and manual code.