To use the content of a SYSTEMPOOL variable as the process
title when a process is closed or forwarded, complete the following steps:
-
From the
%Composerdir% directory, open
Composer.MWS.exe.config with a text editor that supports
UTF-8.
-
Search for the line that begins as follows:
-
Add the
set_processtitle_using_poolvar attribute within the
mws element.
<mws systemoid="TestSystem" dbalias="MWS" process="MWS_Standard" client_runtime_mode="false" protect_document="false" set_processtitle_using_poolvar="ProcessTitlePoolVar">
Note: The default value is an empty string.
-
Save and close the file.