Web.config: Difference between revisions

From Customer365 for SageCRM
No edit summary
No edit summary
Line 8: Line 8:


     <add key="CaseFilter" value="and case_deleted is null"/>
     <add key="CaseFilter" value="and case_deleted is null"/>
----
Impersonation now available to download MAS invoice files. Settings required are
    <add key="SysDomain" value="xxxx "/>
    <add key="SysUser" value="MC02"/>
    <add key="SysUserPassword" value="xxxx"/>

Revision as of 13:38, 30 January 2013

Currently the main area to modify the text of the portal is in the web.config file.

The web.config file contains descriptions for the settings.



Optional filter for case list

   <add key="CaseFilter" value="and case_deleted is null"/>

Impersonation now available to download MAS invoice files. Settings required are

   <add key="SysDomain" value="xxxx "/>
   <add key="SysUser" value="MC02"/>
   <add key="SysUserPassword" value="xxxx"/>