Loading
Salesforce now sends email only from verified domains. Read More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Add Optional Coverage Eligibility Rules

          Add Optional Coverage Eligibility Rules

          When an optional coverage eligibility rule is invoked, the customer or agent sees only the available insurance products that meet this rule (that is, when the rule returns true).

          In this example of an optional coverage eligibility rule, a small business insurance plan includes an optional coverage for business property. To be eligible for this optional coverage, the business property must be worth less than $1,000,000. The eligibility rule for this coverage looks like this:

          BP.limitBusProperty < 1000000

          The following services used in OmniScripts and Integration Procedures run optional coverage eligibility rules.

          Optional coverage eligibility rules are also run on the Quote UI when you:

          • Add an insured item.

          • Edit an insured item.

          Note
          Note

          When you enter expressions into optional coverage rules, you'll see isSelected appear in the type-ahead for all five kinds of rules.

          But isSelected is only evaluated on validation rules.

          1. On the insurance product page, click Coverages.
          2. Find the coverage you need to add an eligibility rule to. Make sure that Optional is selected.
          3. Select Eligibility Rules.
          4. In the Expression field, enter a formula to create your eligibility rule or rules.

            The syntax for eligibility rules is:

            <productCode.attributeCode> <operator> < literal and/or function>

            To enter more than one eligibility rule, use AND or OR to separate the rules.

          5. (Optional) Enter a note about this rule to tell other Vlocity administrators about this rule. Click the bubble icon and enter text. The note saves automatically.
          6. Click Save.
           
          Loading
          Salesforce Help | Article