FAQs on Workflow

FAQs on Workflow

FAQs on Workflow


1. How can I disable workflow rules for Standard users?

Workflow rules can be defined by any user with the 'Manage Workflow' permission. By default, the Standard profile user also has this permission and you cannot change it. However, you can create another profile without the 'Manage Workflow' permission (under General Permissions), and assign this profile to normal users.



2. Can I automate email notification of idle records in CRM?  For example, when a lead has remained in a particular state for over 14 days, an email should be automatically sent 
to sales managers in CRM. 

Yes. You can automate an email notification if a lead has remained in a particular state for a long period of time, say 14 days. Use scheduled actions in workflow rules to do this. Here's how you create scheduled actions in workflow rules: 
  1. Click Settings > Setup > Automation > Workflow Rules.
  2. Click Create Rule.
  3. Under the Create New Rule Popup, choose Record action, select Field Update and pick the Lead Status field. 
  4. Under Which, choose All Records.
  5. Add a Scheduled action to be executed 14 days after the Rule Trigger Time. 
    To this, associate a custom function as seen in this image.  

After setting up this rule, if the Lead Status field is updated, the email as configured in the custom function will be automated 14 days from the date of modification (rule trigger time). 

  • The criteria (input.status != "Qualified") ensures that the scheduler does not automate the escalation email once the lead has reached the end state. Example, you wouldn't want an escalation email to be sent in the case of qualified leads. So, you can exclude the "Qualified" status from the workflow rule; this way, the rule is executed only for records that have remained in other states for more than 14 days - such as Not Contacted, Junk and so on. 



3. How many alerts, tasks and field updates can I associate to a workflow rule?

You can associate a maximum of 5 alerts, 5 tasks and 3 field updates to each action (Instant or Scheduled) to a workflow rule.


TheCRM lets you associate 5 alerts, 5 tasks, 3 field updates, 1 web hook and 1 custom function. This is applicable to an instant action and 5 scheduled actions.




4. What are Time-based Actions?

Time-based Actions are a combination of alerts, tasks, and field updates that are triggered at a specified time after the rule is executed. You can create a maximum of 5 time-based actions and associate them to a rule. There are two ways to associate these alerts, tasks, and field updates:
  • Create alerts, tasks, and field updates and associate them to the rule.
  • Select existing alerts, tasks, and field updates and associate them to the rule.




5. When my account is downgraded, what happens to the Scheduled Actions?

Scheduled Actions are available only in the Enterprise Edition. So when your account is downgraded, all scheduled actions for the records will be deleted.



    • Related Articles

    • FAQs on Email

      FAQs on Email 1. I have a limit of 500 emails per day but can send only 300 emails, as duplicate emails get sent to the same contact. How can I prevent duplicates from being sent while sending mass emails? You can prevent duplication by enabling a ...
    • FAQs on Page Layouts

      FAQs on Page Layouts 1. What happens to a module's existing records when I create page layouts for the first time? When you create a page layout for the first time, your existing records will be assigned to the Standard layout of the respective ...
    • Workflow Scenarios

      Workflow Scenarios Workflow rules help automate several sales processes in your business. Following are a couple of scenarios that demonstrate the use of workflow rules in the CRM. Create a workflow rule to automate task assignment Let's say you want ...
    • Creating Workflow Tasks

      Creating Workflow Tasks Mandatory Fields Workflow Tasks are among the actions associated to a workflow rule. A task is an activity that is assigned to a user. When you associate a workflow task to a workflow rule, it is automatically assigned to the ...
    • Configuring Workflow Rules

      Configuring Workflow Rules Create Workflow Rules in Zoho CRM Part 1 - Enter the basic details of the rule Part 2 - Specify the rule trigger Part 3 - Create a workflow condition Part 4 - Associate instant and scheduled actions Associate Actions to ...