Assist Help Config in Other Systems: Difference between revisions

From Calidus HUB
(Initial Creation)
 
(In progress)
 
(3 intermediate revisions by the same user not shown)
Line 54: Line 54:




<noinclude>[[Category:Technical Guides]][[Category:Assist]]</noinclude>
==WMS==
 
Log on to the system.
 
Go to Setup/System Registry
 
Go to Global/General Settings.
 
Set WikiURL to <nowiki>https://calidusassist.adcservices.apteancloud.com/calidus-assist/</nowiki>
 
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&period;config" in Administrator mode
 
Find (or add) key "AssistURL" and set to the appropriate Assist system e.g.
 
<pre>
    <add key="AssistURL" value="https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?title=" />
</pre>
 
Save.
==TCM==
{{Incomplete}}
 
 
==TOC==
{{Incomplete}}
 
== Portal ==
{{Incomplete}}
 
 
<noinclude>
[[Category:Technical Guides]][[Category:ASSIST]]
</noinclude>

Latest revision as of 10:40, 8 July 2025

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:

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 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 Warning: This is an incomplete guide.



TOC

Warning Warning: This is an incomplete guide.


Portal

Warning Warning: This is an incomplete guide.