Please enable JavaScript to view this site.

Process Designer

Compared to the Desktop version, the JobRouter app contains a reduced JavaScript API.

That is why functions, such as jr_add_subtable_row and jr_set_subtable_value for the addition of subtable values cannot be used.

The functions jr_hide_subtable_column() and jr_remove_subtable_row() are not available in the moment.

Fur further information, please see the JavaScript API manual. There you will find a list of all JavaScript functions available for the JobRouter app.

Generally it is possible to use native JavaScript.

Though the JavaScript code which refers to the Document object cannot be used.

Example:

document.getElementById("demo");