Card Scanner: 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="BusCardLead" /> EG <CustomPlugins> <plugins>...")
 
No edit summary
 
Line 1: Line 1:
Allows you to take a photo of a business card and have the data parsed ready to save to CRM.
To enable the “custompages/sagecrmws/web.config” file must be updated to add in
To enable the “custompages/sagecrmws/web.config” file must be updated to add in



Latest revision as of 17:43, 24 February 2020

Allows you to take a photo of a business card and have the data parsed ready to save to CRM.


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

                              <add name="BusCardLead" />

EG <CustomPlugins>

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

</CustomPlugins>

Then you need to contact CRM Together providing us with your external url to enable the service on our platform for you.