CODEVALIDATION_JOBCODE

STRING, comprising a sequence of printable characters, including lower-case and upper-case characters, with support for extended characters using the &#nnn; format. For example:

  •   for space
  • ° for °
  • µ for µ

When a job is requested to be created, then:

  • If empty (default on deploy), then if the code of the job, as created by the job code syntax, contains a character not in the ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789 character set, then the job creation does not proceed.
  • If not empty, then if the code of the job, as created by the job code syntax, contains a character not in the provided set of printable characters, then the job creation does not proceed.

Typically the preference is not set at role or user level.

Related Processes