Upgrading from pre-Version 9.20 to 9.20+

Optional post-install changes to take advantage of new features

Last published at: November 4th, 2024

Version 9.20 brought some improvements to SuperRoundRobin MatchRules.  To take advantage of these improvements, follow these instructions after upgrading from a pre-Version 9.20 installation.

Capacity Model options

Two new options have been added to Capacity Model criteria: the THIS_MONTH and THIS_WEEK date literals can now be used as well. To make these available, add them to the Date_Key picklist as follows:

  1. Go to Setup > Object Manager and open the CapacityModelCriteria Object.
  2. At left, click Fields & Relationships.
  3. Open the Date Keyword picklist by clicking its name in the list.
  4. Scroll down to the Values section.
  5. Check whether values THIS_WEEK and THIS_MONTH are already present in the list. If so, you don't need to do anything.
  6. If the values are not yet present in the Values section, click New.
  7. Add the THIS_WEEK and THIS_MONTH values, each on their own line. 
  8. Click Save.

 

Custom MatchRule Logic

This is the ability to specify how the MatchRules are evaluated using boolean logic such as (1 AND (2 OR 3)).

Actions required post-install to display the Rule Number field
 

  1. Go to Setup > Object Manager > MatchGroup
  2. Select Page Layout in the side navigation
  3. Scroll down to the MatchRule related list
  4. Click the spanner icon and add the Rule Number field to the selected fields
  5. Move the Rule Number field to the top, just beneath the MatchRule name
  6. Save

Permissions:

  • If you do not belong to the SRR Admin Permission Set, add yourself to this permission set and/or set the field permissions for the MatchRule.Rule_Number__c field to visible.
  • Find the MatchGroup.Custom_MatchRule_Logic__c field, click Set Field-Level Security and make it visible for the System Administrator Profile and any other Profile for people with access to SRR

Verify that the Rule Number shows up on the MatchGroup layout.  If the Rule Number fields are out of order, add the CreatedDate field to that view and order by CreatedDate.

STARTSWITH and ENDSWITH operators

In addition to the EQUALS, CONTAINS, GREATERTHAN and LESSTHAN operators, we have added STARTSWITH and ENDSWITH:

Actions required post-install to use the new operators
 

  1. Go to Setup > Object Manager > MatchRule
  2. Select Fields and Relationships in the side navigation
  3. Find the Operator field
  4. Scroll down to the Values section and click the New button
  5. Add STARTSWITH and ENDSWITH
  6. Save

 

Now if you go back to your MatchRules, you will find the STARTSWITH and ENDSWITH operators in the picklist for you to use.