Using a Pool Variable as a Process Title - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To use the content of a SYSTEMPOOL variable as the process title when a process is closed or forwarded, complete the following steps:
  1. From the %Composerdir% directory, open Composer.MWS.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows:
    <mws systemoid=
  3. 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.
  4. Save and close the file.