Locations

From MobileX for SageCRM
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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/i6fi934wtyjy7h2/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>