Pings Addin

From MobileX for SageCRM
Revision as of 16:48, 12 December 2019 by Crmtogether (talk | contribs) (Created page with "To enable the “custompages/sagecrmws/web.config” file must be updated to add in <add name="Pings" /> EG <CustomPlugins> <plugins> ......")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

                              <add name="Pings" />

EG <CustomPlugins>

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

</CustomPlugins>