Activity: Difference between revisions

From Customer365 for SageCRM
(Created page with "When a user logs on to a portal we create a communication record. Settingsin web.config <add key="comm_note_Logon" value="Portal logon"/> <add key="comm_note_Logo...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
When a user logs on to a portal we create a communication record.
When a user logs on to a portal we create a communication record.


[[File:portalcom.png]]


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"


Settingsin web.config
*"N" by default


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

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