Assist Help Config in Other Systems
Assist Help Configuration in Other Systems
CTMS
Access to the database is required.
SELECT * FROM ADM_SYSTEM_PARAM WHERE PARAM_NAME LIKE '%ASSIST%'
Update parameter CALIDUS_ASSIST_BASE_URL:
- If set to "/calidus-assist/MTS/index.php" then uses the base URL of the system you're accessing as the start.
- You can set the whole thing with something like: "https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php"
UPDATE ADM_SYSTEM_PARAM SET VALUE = 'https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php' WHERE PARAM_NAME = 'CALIDUS_ASSIST_BASE_URL'
EPOD
Log on to the APP machine
Find the appropriate APP directory e.g. "C:\Program Files (x86)\Calidus.epod\EPOD_CTYPRD.app"
Edit the file "web.config" in Administrator mode
Find key "AssistURL" and set to the appropriate Assist system e.g.
<add key="AssistURL" value="https://calidusassist.adcservices.apteancloud.com/calidus-assist/EPOD/index.php?title=" />
Save.
CTL
Log on to the APP machine
Find the appropriate APP directory e.g. "C:\Program Files (x86)\Calidus.CTL\CTYPRD"
Edit the file "web.config" in Administrator mode
Find key "HelpDocument" and set to the appropriate Assist system e.g.
<add key="HelpDocument" value="https://calidusassist.adcservices.apteancloud.com/calidus-assist/CTL-TMS/index.php/" />
Save.
WMS
Log on to the system.
Go to Setup/System Registry
Go to Global/General Settings.
Set WikiURL to https://calidusassist.adcservices.apteancloud.com/calidus-assist/
Set WikiSubPath to WMS/index.php/Main_Page
Save.
Warning: This is not confirmed as working.
Bay Diary
Log on to the APP machine
Find the appropriate APP directory.
Edit the file "web.config" in Administrator mode
Find (or add) key "AssistURL" and set to the appropriate Assist system e.g.
<add key="AssistURL" value="https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?title=" />
Save.
TCM
Warning: This is an incomplete guide.
TOC
Warning: This is an incomplete guide.
Portal
Warning: This is an incomplete guide.