Lisa¶
Lisa has been revamped for enhanced performance and stability. It now operates without the need for a dedicated Lisa Server (the Lime CRM Server Administration service), making it faster and more streamlined.
Requirements¶
- Lime CRM Server Etna - Version 2024.1 or later.
- Chromium-based web browser.
How to Use Lisa¶
- Login to Lime CRM Web Client:
- Log in using an admin account.
- Access Lisa:
- Navigate to Lime CRM Admin -> Settings -> Lisa.
Installation¶
- Add
limepkg-lisa
as a dependency to your solution. - Build and deploy your solution.
Upgrading¶
Upgrading from v1.6.0 or earlier¶
- Remove
limepkg-lisa
section in Lime CRM Webserver configuration (plugins.limepkg_lisa
). - Save and restart Lime CRM Webserver.
Configuration¶
Turbo Mode¶
No configuration needed. Turbo Mode is enabled by default. As the Lime CRM Server Administration service is no longer needed, it can be disabled.
Legacy Mode¶
To use Active Directory functionality in Lisa, Legacy Mode must be configured, with Lime CRM Server Administration service enabled.
-
Registry Editor:
-
Edit
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Lundalogik\Hosting
:Name Type Data DisableHostingValidation REG_DWORD 1 GroupAuthorizationEnabled REG_DWORD 0 IsHosting REG_DWORD 0 IsHostingServer REG_DWORD 1 UseLookupForMaggie REG_DWORD 0
-
-
Lime CRM Server Administration Configuration:
- Edit
C:\Program Files (x86)\Lundalogik\LIME Pro Server\Lundalogik.Lisa.WindowsServiceHost.exe.config
. -
Set the
Port
to5474
.
- Edit
-
Restart Lime CRM Server Administration.
Warning
Configuring IsHostingServer
to 1
might affect the outdated Lime CRM Web Service. It's recommended not to run Lisa in Legacy Mode if this configuration breaks any functionality used with Lime CRM Web Service.