This page shows useful tipps and tricks for ProcMan administrators.
Anywhere in the original app_sec file you can specify:
The brackets <> are necessary and the content of another_app_sec_file is "included". Also, another_app_sec_file can contain a new keyword INCLUDE and include another file.
Use inclides in the app_sec file to include other app_sec files. This is recommended in order to simplify administration.
The included are allowed to be empty and can be filled later.
Analogue tot he HOS_ENV, it is possible to use HWM fields as variable:
There are also the following variables for IWS
IADATE, IATIME (Input Arrival)
DLDATE DLTIME (Deadline)
Example:
The current process is stored in the $_session parameter:
$processName = $_SESSION['hwm_context']['request_id']
To send a mail, you can use the hwm_send_smtp_mail() function. The function uses the SMTP-configuration set in etc/hwm_config.php
.
Example usage: