Locations
From MobileX for SageCRM
Released 21 Feb 2020
This adds a menu button to the company screen and when clicked displays all addresses on that company in a list
Download the code from
https://www.dropbox.com/s/3l3ovir0emr4rlr/Locations.zip?dl=0
to your CRM server. Extract into
custompages/sagecrmws/js/plugins
so it looks like the following:
custompages/sagecrmws/js/plugins/Locations
and then enabled in the
custompages/sagecrmws/web.config
EG
<plugins> ...
<add name="Locations" />
...
</plugins>