$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

After you have configured Dimension Junctions (see Dimensions, and how to configure them) you might want display this Related List on the Reservation Form and allow users to add new records. To do this, you have to create a Dimension Junction Display Setting record on each Reservation Type you want to display this related list for. You can find this by going to the Reservation Type record and then to the Related tab.

The Dimension Junction Display Setting has some additional fields that allow you to control certain aspects of this related list.

FieldTypeRequiredDescription
Dimension JunctionLookupYesThe dimension junction this Dimension Junction Display Setting displays
Reservation TypeLookupYesThe Reservation Type this Dimension Junction Display Setting displays this Dimension Junction on. 
Field Set to useTextNoThe fieldset on the Dimension Junction object to use to display extra field in the dropdown section below each related item. If left blank the dropdown section is hidden.
OrderNumberNoWhen multiple related lists are shown on the reservation form the related list with the lowest order wil be shown at the top. Blank values are treated as last.
Hide Selected Items From Search ResultsCheckboxNoAfter selecting an item, it will no longer show up in the search results.
LabelTextNo
The label that will be shown on the header of the section that contains this dimension junction list. When left empty the plural label of the dimension object is used.
Use Bulk InputCheckboxNo
Can be used to increase performance if junction validation is slow. Allows the user to first select multiple new junctions, and postpones validation until after the user clicks the Add button.
Dimension Name FieldTextNo

The API name of the field to display as the name for each entry added to the list. The default value is 'Name'. If left empty, Booker25 will attempt to find a name field.

Note: this setting is only supported on Lightning calendars.


If you get an error when saving a reservation with junction records, double check if you have implemented the trigger hook described in the final section of Configuring Dimensions & Dimension Junctions.

On this page

  • No labels