Activity

From Customer365 for SageCRM
Revision as of 17:38, 16 August 2016 by Igors (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When a user logs on to a portal we create a communication record.

Settings in web.config

   <add key="comm_note_Logon" value="Portal logon"/>
   <add key="comm_note_Logoff" value="Portal logoff"/>

To disable communication record creation when user logs in, logs out, changes passwords and creates new case, change "DissableLogCommunications" to "Y"

  • "N" by default
<add key="DissableLogCommunications" value="N"/>