Guided Selling by Revenue.io v. 8.19 is now available for installation. Below, please find implementation steps, a list of new features, and links to new Support articles.
Implementation Steps
Following the upgrade to this version of Guided Selling, you will need to execute the following implementation steps.
- Click the “Set Batch Owner ” button on the Sequence Settings>Batches page. This will initiate new Apex Jobs and ensure they are owned by your user.
- Navigate to the Users section on Sequence Settings and click “Grant All Permissions ” to ensure the Guided Selling Standard Object Permissions is current based on your Sequences Entrance and Exit criteria.
- Change Custom Setting RTE Settings "Use Deprecated" to false in Salesforce setup.
- Update the new Guided Selling Error Email custom setting to specify which email addresses you want Guided Selling errors to be emailed to. By default, the Setting will be configured with the user who clicks the Set Batch Owner button (step 1 above).
- Create a New Remote Site Setting. Go to Setup → Remote Site Settings. Open the one named "Revenue". Clone it. Update name to
Revenue_Enhanced
. Change URL tohttps://ringdna.my.salesforce-sites.com
. Save.
If upgrading from Guided Selling earlier than v. 6.53, you will also need to include the following implementation steps:
- Delete rdnacadence__Unique_Id__c from Participant Sequence History object. This is a legacy field that is deprecated, though if left in an org it will cause issues in future upgrades.
- This version of Guided Selling will enable posting an email activity for any email replies to Sequence emails. As a result, it's recommended that you shut off any automation for forwarding Guided Selling email replies to Salesforce.
- Replace the legacy Template Edited field on the Participant Action object.
- Update the page layout for the Participant Action to include the unused "Template Edited" field and remove the legacy one currently on the page layout.
- Delete the legacy Template Edited field from the Participant Action (must be done on Salesforce Classic)
- Disable legacy Process Builders:
- Rollup Field on Participants(Email Replied)
- Rollup Field on Participants(Email Sent)
- Rollup Field on Participants(Email opened)
- Rollup Field on Participants(Is Deferred)
- Rollup Field on Participants(Is Performed)
Included in this Upgrade
- Updated experience with calls and SMS–when completing a call or SMS from Engage, the action will persist on the Engage view until the action is complete and the user clicks back to the Engage view
- The new Guided Selling tab now includes a Copy button to copy a direct URL to the Sequence/Action you are viewing
- Filter Actions on Engage by local timezone and know the local time (US and Canada only) before initiating the call. The local time for the recipient will appear when hovering your mouse over the Call button on Engage. A new filter is available on top of the Engage view.
- Improvements to date fields in entrance and exit criteria for Opportunity and Campaign Sequences
- Introducing a new rich text editor for improved formatting and performance (TinyMCE)
- Improvements to custom logic on entrance/exit criteria with better parsing of logic and additional error messaging in the event of unsupported syntax
- To ensure your critical Salesforce operations are not impacted by Guided Selling errors, any Salesforce transaction will be allowed while Guided Selling operations may stall. Errors will be sent directly to the running user and configured Admin. This is made possible through the re-architecture of the application employing Unit of Work principles.
Components Introduced
- Default Tiny MCE
- fflib_SObjectUnitOfWork
- fflib_ISObjectUnitOfWork
- fflib_IUnitOfWorkFactory