October 2021

Features

CRUD conditions

You can now define CRUD conditions at the table level.

Crud action pre validation

When the user doesn't have permissions to access a table in a specific the button will be hidden. If a table condition fails, the action will be disabled.

Logic fields persisted as TinyInt

  • The Sql Server database persisted size for Logic fields has been reduced by using TinyInt (1 byte) instead of Int (4 bytes). This will take effect on all Logic fields, the zzState hardcoded field, and Logic Arrays.
  • Conditional fields are not affected, they will remain as an underlying float field. Consider migrating Conditional fields to Logic fields.
  • These changes will only take effect after a Zero based reindex operation and might require heavy rebuilding of indexes.

QR code support

Roles graph integration in the Webadmin

  • In the "User Management" menu, on the "Roles" tab, you can see its role hierarchy graph by selecting any role of the list.
  • Allows you to see graphically all parents and children directly related to the selected Role.