In our Tree application, it’s essential to adhere to a specific naming convention for entities, which is: [digits]-[project name]. This convention facilitates organization and ensures consistency across various parts of the application where these entity names are referenced.
I aim to introduce a validation mechanism for entity names entered by users. If a name does not comply with our established format, the application should display an informative message to guide the user towards the correct format.
Could you advise if there’s an existing feature or method within VIKTOR to support this validation process?
I appreciate any insights or suggestions on how to implement this feature effectively.