Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


Quick Notes for Configuring the AMS Department Association Function for Synchronizing Associated Devices Only.

Solution
  1. Complete the AMS database configuration and server setup.

  2. Go to AMS > System Setting > Configure System, set AMS Automatic Synchronization to Disabled, and click the Update button.

  3. Log in to Device A's Access Client Setup page and register it with AMS.
    Wait until the registration is complete.

  4. Log in to Device B's Access Client Setup page and register it with AMS.
    Wait until the registration is complete.

  5. Navigate to AMS > Access Control > Add/Edit/Delete Department, and create new departments such as Group A and Group B.

  6. Go to AMS > Access Control > Associate Department, and choose Terminal and Department Association:

    • Associate Device A with Group A and click Associate.
    • Associate Device B with Group B and click Associate.
  7. Once completed, you can begin adding users to Device A or Device B.
    Users added to a device will only synchronize with the device(s) associated with the same Department.

 

 
Was this article helpful? yes / no
Article details
Article ID: 282
Category: AMS Software
Views: 64
Rating (Votes): Article rated 5.0/5.0 (1)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';