Update Dashboard URL for Quicker Access

Update Dashboard URL for Quicker Access

Basic URL

Based on EXTOL instructions, the URL below would allow users to successfully access EXTOL Dashboard.

EXTOL Business Integrator EBI Dashboard URL in EXTOL instructions

Updated URL -- Organization ID

Users can utilize the Organization ID to streamline the login process. To utilize the Organization ID users will use: orgId=EXTOL_EBI

http://:8280/EXTOLDashboard?orgId=EXTOL_EBI

Note: EXTOL EDI Integrator for iSeries

EEI users can also use the same set-up by using: orgId=EXTOL_EEI

FULL PATH: http://:8280/EXTOLDashboard?orgId=EXTOL_EEI


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.