Locations

From MobileX for SageCRM
Revision as of 17:34, 4 June 2020 by Crmtogether (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>