Feature - customized patterns for object's ID

Customising the ID patterns of objects within our software.

A system where a user-defined prefix can be combined with an incremental index to form a unique ID for each object. For instance, a Risk object could have an ID such as “R.01”, where “R.” is the user-defined prefix, and “01” is the incremental index of the object.

“Module Acronym”-“Pattern setup”

where for example

Module Acronym:

Risk Management: R
Policy: P
Control: C

Pattern setup:

Flexible. examples:

  • %NN…% - N stand for Number
  • %YYMMDD-N% - Year, Month, Day, N for incremental during that day

int. ref.: https://github.com/eramba/eramba/issues/4444