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
          MediaControl

          MediaControl

          A MediaControl is available in GroupElement control as a child control with one occurrence.

          Required Editions

          Available in: Enterprise, Performance, and Unlimited Editions

          The table lists the MediaControl attributes.

          Attribute Description Value or Pattern Required? Validation
          name Identifier of control string yes  uniqueness (contract)
          disabled Specifies if the MediaControl UI element is enabled or disabled. boolean no  

          MedControl Bindings

          The Bindings element consists of the Resource and Binding elements. The table lists the targets that are supported for the Resource and Binding elements in the MediaControl element.

          Attribute Description Value or Pattern
          target Defines the path of the Media control. string [Label; Value]
          type Defines how the resource is shown. string [Label; Text]
          binding Source of the binding. string
          bindingMode Binding mode is used to control the updating process. string [One Way]

          Sample XML code

          <MediaControl name="" disabled="true|false">
            <Bindings>
              <Binding target="MediaPath" type="Text" binding="" bindingMode="ONE_WAY" />
              <Binding target="Type" type="Text" binding="" bindingMode="ONE_WAY" />
            </Bindings>
          </MediaControl>
           
          Loading
          Salesforce Help | Article