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
          Create Insurance Permission Sets

          Create Insurance Permission Sets

          Use anonymous Apex to create Insurance Permission Sets.

          Note
          Note You can create Insurance Permission Sets in the Summer '21 release onward. This step isn't for orgs upgrading to the Spring '21 release.
          1. Click the quick access menu (Setup gear icon), and click Developer Console.
          2. From the Debug menu, select Open Execute Anonymous Window.
          3. Paste the following code into the Enter Apex Code dialog box:
            Map<String, Object> inputs = new Map<String, Object>();
            Map<String, Object> output = new Map<String, Object>();
            Map<String, Object> options = new Map<String, Object>();
            vlocity_ins.VlocityInsUpgradeMethods vium = new vlocity_ins.VlocityInsUpgradeMethods();
            vium.invokeMethod('createInsurancePermissionSets', inputs, output, options);
          4. Click Execute.

          You can now assign these permission sets to your users:

          • Insurance Create/Update Census Data

          • Insurance Create/Update Quote

          • Insurance View Census Data

          • Insurance View Quote

           
          Loading
          Salesforce Help | Article