JavaScript Extension Management
JavaScript code can now be injected by Administrators in two ways:

-
Add JavaScript code in the JS Injection field when you:
-
Create a new job type
-
Customize an existing job type
-
The system executes this code only when opening a job of the configured type.

To add JavaScript code that runs whenever the job overview loads:
-
Go to > Administration > Overview > Other Settings > Other Settings
-
Locate the JS Injection field and click the Enable checkbox.
-
Enter your JavaScript code.
-
Save your changes.
The system executes this code when users navigate to > Jobs > Search or otherwise load the job overview.

-
Improved stability through standardized implementation
-
Automatic compatibility with product updates
-
Simplified maintenance with centralized code management
-
Better visibility of implemented extensions
Notes
This release still maintains backward compatibility with existing description variable implementations, but this will be deprecated soon. Use only documented APIs and product features. Reference our official API documentation.