Locations: Difference between revisions

From MobileX for SageCRM
No edit summary
No edit summary
 
Line 6: Line 6:
Download the code from
Download the code from


https://www.dropbox.com/s/3l3ovir0emr4rlr/Locations.zip?dl=0
https://www.dropbox.com/s/i6fi934wtyjy7h2/Locations.zip?dl=0


to your CRM server. Extract into
to your CRM server. Extract into

Latest revision as of 17:34, 4 June 2020

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>