Validation of Table entries in configurator
Currently it is possible to add duplicate records to custom tables in the Vault Configurator. This is a problem for vault administrators with large tables to work out if the record has already been added. Can't the add record function check for duplicates?
Legacy ID: MER-I-57
Idea created at: 2018-Mar-27
Referenced customer:
COMMENTS:
Rudi Pieters Mar 28, 2018 Good suggestion. For now you could implement this by manually adding a unique index to the target table, but then you'd need to handle index violation errors on inserting records.