Sales Pipeline: Difference between revisions

From MobileX for SageCRM
(Created page with "To enable the “custompages/sagecrmws/web.config” file must be updated to add in <add name="MyCRM" /> EG <CustomPlugins> <plugins> ......")
 
(No difference)

Latest revision as of 17:48, 12 December 2019

To enable the “custompages/sagecrmws/web.config” file must be updated to add in

                              <add name="MyCRM" />

EG <CustomPlugins>

 <plugins>
 ...   
       <add name="MyCRM" />
 ...   
   </plugins>

</CustomPlugins>