Activity: Difference between revisions

From Customer365 for SageCRM
No edit summary
No edit summary
 
Line 7: Line 7:
     <add key="comm_note_Logon" value="Portal logon"/>
     <add key="comm_note_Logon" value="Portal logon"/>
     <add key="comm_note_Logoff" value="Portal logoff"/>
     <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"/>

Latest revision as of 17:38, 16 August 2016

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"/>