This section explains how to modify the application process settings.
Note
The setting to "use" application process cannot be modified to "not use" once the operation has started.
To change Application process settings
The procedure for changing the setting whether to use the application process is as follows.
Open the following file.
[Windows]
<Installation directory for this product >\RCXCTMG\MyPortal\config\custom_config.xml
[Linux]
/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="approver-selection-url">http://aaa.example.com/CTMGApproverSelection/SelectionRequestServlet</entry> <entry key="show-estimation">false</entry> <entry key="enable-create-workflow">true</entry> <entry key="enable-reconfigure-workflow">true</entry> <entry key="enable-return-workflow">true</entry> ... <entry key="immediate-deployment">true</entry> </properties>