What would you like to know more about?

Create a Process (Walkthrough)

Important: A misconfigured Process can cause many errors and prevent data from saving in your system. Make sure to carefully and correctly set up your Process to prevent data loss. Want help setting up your process? Professional Services can help!
In this example, we'll accomplish two goals:
  • Send an email to any person that responded to an Opportunity.
  • Assign a task to the person responsible for that Opportunity so they can follow up with the person who responded.
  1. Go to Administration > Processes, and click New Process.
  2. Complete the Process fields:
    • Process Name: Response Process.
    • Process Manager: The User responsible for the Process.
    • Active: Leave this set to No until you're done building the Process and are ready to test. If it's set to Yes, unintended problems could occur with incorrect data.
    • Description: When someone submits a Response to an Opportunity, send an email to a respondent and assign a Task to the Primary Contact of the Opportunity.
    • On Submit: You can leave this field blank in our example.
    • On Complete: You can leave this field blank in our example.
    • Trigger Fields: When do you want the Process to run? In this case, we want it to run any time someone creates a Response record and can leave this field blank. But to prevent the Process from firing if we edit the record, we could add "Opportunity_ID" to this text box. That is because Opportunity_ID is a valid field on the Responses page and we want the workflow to fire again if we picked the wrong Opportunity by accident.
    • Dependent Condition: This is the condition that must be True for a Process to fire. In this example, you can leave this blank. This field does not support the Table Lookup Convention.
    • Trigger On Create: Set to Yes if you want this Process to fire when you create a new record.
    • Trigger On Update: Set to Yes if you want this Process to fire when you update an existing record.
    • Table Name: This describes the specific Table in MinistryPlatform that you want the Process to analyze. In our example, we want to do something every time someone responds to an Opportunity and we should choose the Responses Table.
      Note: If we chose the Opportunities Table, the Process would only trigger when someone created a new Opportunity, which is not what we're trying to do.
  3. Click Save.

Next, you can set up your steps.