Workflow: Difference between revisions

From Customer365 for SageCRM
(Created page with "To configure the workflow for cases open the web.config file and change the settings as per your system <!-- Workflow settings --> <add key="WorkflowName" v...")
 
No edit summary
Line 1: Line 1:
To configure the workflow for cases open the web.config file and change the settings as per your system
To configure the workflow for cases open the web.config file and change the settings as per your system


    <!--
 
     Workflow settings
     Workflow settings
    -->


     <add key="WorkflowName" value="Case Workflow"/>
     <add key="WorkflowName" value="Case Workflow"/>


     <add key="WFState" value="Logged"/>
     <add key="WFState" value="Logged"/>

Revision as of 16:35, 15 August 2012

To configure the workflow for cases open the web.config file and change the settings as per your system


   Workflow settings
   <add key="WorkflowName" value="Case Workflow"/>
   <add key="WFState" value="Logged"/>