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 "19.2.4 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".
For details of "Setup Wizard", refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE".
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. |
Note
If the values of the setting items are all "false", the Request tab is not displayed in the ROR Console.
An example is shown below.
<?xml version="1.0" encoding="UTF-8"?> <properties> ... <entry key="enable-create-workflow">true</entry> <entry key="enable-reconfigure-workflow">true</entry> <entry key="enable-return-workflow">true</entry> ... </properties>