Forum Discussion

BrianCafferelli's avatar
BrianCafferelli
Qrew Captain
4 years ago

Speed up your sales process using the Salesforce Pipelines channel

Speed up your sales process using the Salesforce Pipelines channel

Quickbase Pipelines enhances the value of Salesforce by allowing users to connect their Salesforce instance with 3rd-party solutions to better manage and track customer and prospect information throughout the customer journey. Unlock new customer insights by connecting and automating key processes across various systems to better analyze and understand your customer data.  

Our Salesforce channel allows you to create bi-directional data flows using virtually any type of Salesforce object, including accounts, contacts, opportunities, any custom objects you’ve created, and much more. Objects in Salesforce are similar to tables in Quickbase.

Here are just a few types of problems you can tackle with our Salesforce channel:

  • Order Management - automate your Quote to Cash process
  • Marketing Campaign Execution - manage your marketing campaigns and target audiences
  • Case Management - manage tickets and coordinate resources to effectively respond to high priority issues

Read on for an in-depth example of how the Salesforce channel can help you solve order management issues.

Don’t have a Salesforce account yet? If you need a Salesforce developer account to start testing, you can sign up for one here: https://developer.salesforce.com/signup. Simply verify your email, then set up a password to get started.

 

Example use case

Imagine that a company who manufactures medical imaging equipment tracks their sales pipeline using Salesforce. The company’s legal team supports sales by developing contracts for each client. The legal team tracks their project work for drawing up contracts using a Quickbase app. Each team’s day-to-day operations are running smoothly, except that the process of the sales team engaging the legal team involves manual steps. This has led to delays in closing deals, and prospective customers getting frustrated.

Since this division of the company focuses solely on medical imaging equipment, every client needs a contract defining the terms of the sale and maintenance of the machines. Sales leadership has discussed this problem and realized that they want the legal team to begin working on a contract once a sales opportunity enters the proposal stage. They are confident this will give everyone involved enough time to work out the details of the deal. Fortunately, they just began using Quickbase Pipelines and will use it to automate this process.


Overview of example pipeline

Before designing the pipeline in Quickbase, the sales leadership team defined in detail how the automated process should work. The overall goal of the pipeline will be, when a Salesforce opportunity enters the proposal stage, add a project record in the legal team’s Contract Management Quickbase app.

After considering how the data is stored both in Quickbase and Salesforce, they came up with four steps needed:

  • Step A: Trigger the pipeline when an opportunity in Salesforce enters the proposal stage.
  • Step B: Take the Salesforce opportunity’s custom email address field called Contact who will sign contract – email and use it to search for the right contact.
  • Step C: Take the target close date from the opportunity, and the name and email from the contact, and use it to add a project record to the legal team’s Contract Management Quickbase app.
  • Step D: Update the Salesforce opportunity that triggered this process, marking the following custom field TRUE: Legal has received contract request.


 

Step A: Salesforce opportunity trigger

The goal of Step A is to trigger the pipeline when an opportunity in Salesforce enters the proposal stage.



Here’s how to set it up:

  1. Create a new pipeline, then give it a name.
  2. Open the Salesforce channel, then drag the Object Updated trigger onto the canvas as Step A.
  3. Select your Salesforce account or connect to it if you haven’t already (click here to learn how).
  4. Under Object Type, search for Opportunity.
  5. Under Fields, search for and select Contact who will sign contract – email, and Legal has received contract request.
  6. Click Add Conditions.
  7. Build a condition that reads like this: (Stage) (is) (Proposal/Price Quote).
  8. Click And to add a second condition.
  9. Build a condition that that reads like this: (Legal has received contract request) (is) (no).

 

Step B: Search for the contact who needs to sign

The goal of Step B is to take the Salesforce opportunity’s custom email address field called Contact who will sign contract – email and use it to search for the right contact. We need information from the contact such as their name and email address.



Here’s how to set it up:

  1. In the Salesforce channel on the right, drag the Search an Object query onto the canvas as Step B.
  2. Select the appropriate Salesforce account.
  3. Under Object Type, search for Contact and select it.
  4. Under Fields, search for these fields and select them: Full Name, Email, and Business Phone.
  5. Under Query, drag this field from the box in the middle of the page: Contact who will sign contract – email.
  6. Again under Query, update what’s in the box so it reads:

    WHERE Email = '{{a.contact_who_will_sign_contract_email_c}}'
  7. Under Limit, enter 1 to avoid duplicate contacts being processed.

 

Step C: Create project record for legal team in Quickbase

The goal of Step C is to take the target close date from the opportunity, and the name and email from the contact, and use it to add a project record to the legal team’s Contract Management app in Quickbase.




Here’s how to set it up:

  1. Open the Quickbase channel on the right, click Records, then drag the Create Record action as Step C. Be sure to drag it under the DO block.

  2. Under Account, select the Contract Management app or connect to it if you have not already done so (click here to learn how).
  3. Under Table, select Projects.
  4. Under Select Fields to Specify Values, we’ll select Contact Full Name, Contact Email, Contact Phone, and Target Close Date.
  5. From the box in the middle of the page, drag Full Name into the Contact Full Name box on the left. Repeat for the Contact Email and Contact Phone
  6. Also from the box in the middle of the page, click the Step A header to expand it.

  7. Drag the Close Date into the Target Close Date box on the left.

 

 

Step D: Update opportunity to indicate that legal project has been created

The goal of Step D is to update the Salesforce opportunity that triggered the pipeline, marking the following custom checkbox field TRUE: Legal has received contract request. This will ensure that the pipeline will only run once for each opportunity.



Here’s how to set it up:

  1. Open the Salesforce channel from the menu on the right, then drag the Update an Object action as Step D. Be sure to drag this step outside of the DO branch.



  2. Under Sobject (which is short for “Salesforce object”), make sure the object from Step A is selected. This is the opportunity.
  3. Click Add Fields.
  4. Under Legal Has Received Contract Request, select Yes. You should not drag a value from the middle of the page this time because every time this pipeline runs, we want to set this checkbox to Yes.

 

 

Testing your pipeline

To test your pipeline, click the Pipeline off toggle on the top-right. Then, switch to your Salesforce instance and set up a test contact and a test opportunity to make sure the pipeline is working properly. The testing window in Pipelines will show you the progress of the pipeline, and give you details about each step the pipeline is taking.

NOTE: Salesforce does not support Webhooks, which means that pipelines will periodically check Salesforce data to see whether a pipeline should run (this technique is called polling).  As opposed to other Pipelines channels such as Quickbase, whose pipelines will trigger right away, Salesforce pipelines may take a few minutes before they trigger.

 

Taking it to the next level

After automating this process, how else could Pipelines’ Salesforce channel help this hypothetical company close even more deals? Here are a few more ideas to inspire your creativity:

  • Once the contract has been finalized, they could set up a pipeline to move the final contract PDF from their Box account to Docusign, and email the client the signature request.
  • Perhaps they have a marketing team working on an email campaign targeted to certain prospects. They could create a pipeline to listen for contacts being added to Salesforce, and add them to a marketing campaign Quickbase app.
  • If the legal team has had issues with the signers changing their email address during contract negotiations, they could update the pipeline above to link the project record in Quickbase back to the opportunity in Salesforce. Then they could create another pipeline which listens for the contact’s email address being updated in Quickbase, and update the opportunity in Salesforce appropriately (learn more about linking records in Pipelines).
  • They could celebrate their sales team’s success with a pipeline that listens for a deal being closed in Salesforce and posts a congrats message to the team’s Slack channel.

 

Further Reading

 

Learn More about Pipelines

No RepliesBe the first to reply