This section explains how to modify the application process settings.
To change Application process settings
The procedure for changing the setting whether to use the application process is as follows.
Point
Setting Application process setting can be set by "Setup Wizard" on the ROR console.
The "Setup Wizard" displays as three items the six items that are explained in this section and in "9.2.3 Setting Application Process to be Used". When items are not selected in the Setup Wizard, the corresponding items in this section are set to "false". When items are selected in the Setup Wizard, then the corresponding items in this section are set to "true".
Refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE" for information on "Setup Wizard".
Open the following file.
[Windows Manager]
Installation_folder\RCXCTMG\MyPortal\config\custom_config.xml
[Linux Manager]
/etc/opt/FJSVctmyp/config/custom_config.xml
Set the following items:
Setting item | Description |
---|---|
enable-create-workflow | Specify "true" if you want to use the application process for L-Platform subscriptions. Specify "false" to not use it. |
enable-reconfigure-workflow | Specify "true" if you want to use the application process for L-Platform modifications. Specify "false" to not use it. |
enable-return-workflow | Specify "true" if you want to use the application process for L-Platform cancellations. Specify "false" to not use it. |
workflow-mode | Specify "1" if you want to use the application process feature. |
Note
The [Application List] tab of the ROR console is not displayed when display of the [Application List] is not permitted in the role definitions.
An example is shown below.
<?xml version="1.0" encoding="UTF-8"?> <properties> ... <entry key="workflow-mode">1</entry> <entry key="enable-create-workflow">true</entry> <entry key="enable-reconfigure-workflow">true</entry> <entry key="enable-return-workflow">true</entry> ... </properties>