/
Event Titles
Event Titles
You can define what information is shown on each event block by customizing the Event Titles. To do this, simply provide a comma-separated list of Reservation Template field names, and they will be displayed on each event.
Accessibility
The property expects a comma-separated list of Reservation Template field names. You can reference cross-object fields like B25__Staff__r.Name. The property can be set in two ways:
Directly on the component in the App Builder, in the Title Fields property
Programmatically (if you are wrapping the component) through the titles property.
Multi Scheduler Example
<B25:multiScheduleWrapper titles="Name,B25__Start_Date__c" ... (set other properties here) />
Single Scheduler Example
<B25:scheduleWrapper titles="Name,B25__Start_Date__c" ... (set other properties here) />
, multiple selections available,
Related content
Reservation Export (unmanaged package)
Reservation Export (unmanaged package)
Read with this
Defining Reservation Titles
Defining Reservation Titles
More like this
Reservation Template Form onCreate Hook
Reservation Template Form onCreate Hook
Read with this
Show fields on calendar resources
Show fields on calendar resources
More like this
Dimensions, and how to configure them
Dimensions, and how to configure them
Read with this
Event & Dimension Filters
Event & Dimension Filters
More like this