Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More
Visual Studio Code Based Modeler for Consumer Goods 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
          AdvancedSearch Control

          AdvancedSearch Control

          The AdvancedSearch control element supports the advanced search within a tabbed view. AdvancedSearch control enhances map-based planning by providing better visualization of customers from your device location in a map view. The AdvancedSearch control element is supported in the SingleElementArea area pattern within the TabbedViewAreaSection section pattern.

          Required Editions

          Available in: Enterprise, Performance, and Unlimited Editions

          The table lists the AdvancedSearch control attributes.

          Attribute Description Data Type Required
          name Identification of this control. String yes
          dataSource Defines the data linked to the control. Any data resource yes

          The AdvancedSearch control contains the Events sub-element. The Events sub-element consists of binding elements that can be used in the AdvancedSearch control.

          Event Name Fired when Required
          AdvancedSearchStartEvent A user clicks the Apply button in the AdvancedSearchControl and before the search is triggered. no
          AdvancedSearchEndEvent completing the advanced search. no

          Sample XML Code.

          <AdvancedSearchControl name="AdvSearchControl" dataSource="ProcessContext::parksList.items[]">
            <Events>
              <AdvancedSearchStartEvent event="advancedSearchStarted"/> <!-- no params available -->
              <AdvancedSearchEndEvent event="advancedSearchEnded"/> <!-- no params available -->
            </Events>
          </AdvancedSearchControl>
           
          Loading
          Salesforce Help | Article