Accelerator User Managerment: Difference between revisions

From Accelerator for SageCRM
No edit summary
No edit summary
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The system will automatically assign a license (assuming one is available) to a Sage CRM user when they connect from one of the Toolbar controls.
The system will automatically assign a license (assuming one is available) to a Sage CRM user if there is one free.


''Manual User Management''
''Manual User Management''
#To manage the Accelerator users click on the "User management" tab.
 
[[File:User Management.jpg]]
 
#Delete any users not needed by clicking on 'delete user'
#There is a button on the right hand side of the screen called "Add Accelerator User"
#There is a button on the right hand side of the screen called "Add Accelerator User"
#Click on this button.
#Click on this button.
Line 12: Line 15:


*CRM Users must have web-service access set to True in CRM for the outlook integration
*CRM Users must have web-service access set to True in CRM for the outlook integration
----
'''Concurrent users'''
Update 30 Aug 2018
According to Sage, users logged on to the CRM Webservice do not count as an extra user.
see
[https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2018/08/30/sage-crm-2018-r3-concurrent-users-web-services-and-licenses.aspx https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2018/08/30/sage-crm-2018-r3-concurrent-users-web-services-and-licenses.aspx]
Logging off concurrent users
If concurrent user sessions are not killed then they will stay there and take up a license.
To add in a Log off button to Outlook open the CRM server we.config file and go to the "CustomButtonsOutlook" node. Add in the button by uncommenting the button item
EG
  <CustomButtonsOutlook>
    <buttons>
      <add Name="Logoff" Type="process" File="AcceleratorLogoff.exe" Text="Log Off" Alt="Log Off" Image="cases" />
    </buttons>   
  </CustomButtonsOutlook>
Download the AcceleratorLogoff.exe file from
https://www.dropbox.com/s/uuej84b5fecxxuh/AcceleratorLogoff.exe?dl=0
and save this to the CRM server folder "custompages/SageCRMWS"
When users restart outlook they should see the new button
[[File:aclogoff.png]]


----
----

Revision as of 16:02, 8 April 2022

The system will automatically assign a license (assuming one is available) to a Sage CRM user if there is one free.

Manual User Management

  1. Delete any users not needed by clicking on 'delete user'
  2. There is a button on the right hand side of the screen called "Add Accelerator User"
  3. Click on this button.
  4. Select a User from user select
  5. Click "Save"
  6. The Accelerator users are listed.
  7. When the license number has been exceeded the "Add Accelerator User" button no longer appears.
  8. Users can be deleted from the Accelerator user list by clicking the "Delete Accelerator User" link in the grid.
  • CRM Users must have web-service access set to True in CRM for the outlook integration

Active Directory Integration

Sage's own web-services do NOT use the active directory logon information/authentication.

As Accelerator uses the CRM web services API to log on to CRM and get a valid session for the user you have to maintain and use the password stored in CRM (and not the users Active directory password).