1. Make sure that your databases are upgraded using limefu. This needs to be done whenever you upgrade Lime CRM server, even if it's from eg. 12.4 to 12.6.
2. Make sure that you are allowing active scripting in Internet Explorer by doing the following:
In order to show related objects in the related object view, the specific object need to have a field with one of the following labels:
The first found label of the above will generate the [title] for the search view for the object and this is what defines the text shown in the related object list.
After labling a field with one of the labels above, the view for the specific object needs to be regenerated in order to get a search view:
limefu view generate -l deal -a "Lime CRM"
This probably means that your search view for that limetype is damaged or that there is no search view for that limetype.
If there is no search view for the limetype - make sure that there is a valid field-label for any field on the table for the limetype you are searching for (see above) and then generate the view.
To check if there is any error with the search view for the limetype - do the following:
For older Lime CRM versions:
If it still doesn't work you need to regenerate the search view for the limetype using the following command in limefu (change the limetype to suit your need):
limefu view generate -a "Lime CRM" -l company -v search --override
Try this
Do not use https://localhost or the servername instead of the DNS on the server when trying out your web client. Some parts (for now e.g. Sales Pipe) will use the dns name which can create errors when using the web client externally afterwards. Always use the full address which the certificate is connected to.
If for e.g. the error message: “Error loading Salespipe widget.” is seen on the web client and you have made sure that all the requirements have been met, this is likely caused by the above issue. To fix: Restart the lime process on the server, and make sure the first request to the web client is done using the regular hostname.