Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Communications Cloud
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 a Custom Displaying Picklist Topic with Existing Fields (Managed Package)

          Add a Custom Displaying Picklist Topic with Existing Fields (Managed Package)

          Associate existing fields in the Location and Subscriber tables with new or additional Displaying picklist topics.

          Required Editions

          Managed Package Icon This feature is part of the Communications Cloud managed package.

          Available in: Lightning Experience
          Available in: Enterprise, Unlimited, and Developer Editions
          User Permissions Needed
          To add topics: Communications Cloud Admin
          1. From Setup, in the Quick Find box, enter Integration Procedures, and then select Integration Procedures.
          2. Open the active version of the relevant integration procedure.
            For example, ESM_CustomViewSetup or ESM_CustomViewSetupForOrder.
          3. Go to the step that defines the field mappings for Location and Subscriber.
            • For Classic journey: Go to the CustomQMFieldMapper step.
            • For Guided journey: Go to the GuidedCustomQMFieldMapper step.
          4. Within this step's configuration, locate the JSON definition for the field that you want to associate a new topic to.
          5. Add your new topic label as a string to the existing topic array for that field definition.
            Example: adding Another Topic to the Street Address field's topic array.
            
                  {
                  "label": "Street Address",
                  "name": "vlocity_cmt_StreetAddress_c",
                  "topic": [
                  "Serviceability",
                  "Address Validation",
                  "Another Topic" // Newly added topic association
                  ]
                  }
          6. Save and activate the integration procedure.
           
          Loading
          Salesforce Help | Article