Custom Validations on Job & Trigger Editor Screen

On the Job Editor and Trigger editor screens, I want to put restrictions for special characters but the XML files of the screens are not available in the code. Kindly help me with this, How can I put such restrictions or validations or how can I apply custom configurations
quartzJob

Hi,

You can override any framework screen in your application. When creating a new screen in Jmix Studio select the Override an existing screen template:

Screenshot 2023-02-28 at 16.42.34

Then select a screen you want to override (trigger-model-edit.xml) and specify options (e.g. how do you want to initialize a screen layout):

Screenshot 2023-02-28 at 17.14.14

A copy of the screen will appear in you project and you’ll be able to do everything you want in it.

See documentation for details.