Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Directly on the component in the App Builder, in the Title Fields property

  2. Programmatically (if you are wrapping the component) through the titles property.

    Multi Scheduler Example

    Code Block
    <B25:multiScheduleWrapper
    	titles="Name,B25__Start_Date__c"
    	... (set other properties here)
    />

    Single Scheduler Example

    Code Block
    <B25:scheduleWrapper
    	titles="Name,B25__Start_Date__c"
    	... (set other properties here)
    />

...