Locations: Difference between revisions

From MobileX for SageCRM
(Created page with " Released 21 Feb 2020 Download the code from https://www.dropbox.com/s/3l3ovir0emr4rlr/Locations.zip?dl=0 to your CRM server. Extract into custompages/sagecrmws/js s...")
 
No edit summary
Line 1: Line 1:


Released 21 Feb 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
Download the code from
Line 8: Line 10:
to your CRM server. Extract into
to your CRM server. Extract into


   custompages/sagecrmws/js   
   custompages/sagecrmws/js/plugins  


so it looks like the following:
so it looks like the following:


     custompages/sagecrmws/js/Locations
     custompages/sagecrmws/js/plugins/Locations


and then enabled in the  
and then enabled in the  

Revision as of 14:07, 24 February 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/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>