Versions Compared

Key

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

Other than Dimension Junctions, which are bookable and can have their own calendar. Related lists are simple lists related to the reservation object. They have similar functionalities as related lists in Salesforce and can be shown on the reservation form.

Related list lists allow you to add related records to the reservation from the reservation form. This allows will allow you to quickly add related data to a reservation without leaving the reservation form screen in the calendar.

Create Related List records

Info

Make sure the object that you want to link to the reservation has a lookup or a master-detail relation to the Reservation object.

  1. Navigate to the Reservation type where you want the related list to appear

  2. Go to the related tab and add a Related List

  3. You need to specify the API name of the a relation which can be found by navigating to the lookup field.

  4. On the object, you are trying to link you can create a fieldset which shows when you add a record to the related list in the reservation form. The API name of this fieldset can be put in the corresponding field.

...

When you add a record the fields selected in your fieldset will show up.

...

2. Create Trigger hook

For every Related List you create, make sure you also create a Trigger for its object, which calls the following method: B25.PermissionCheckingTriggerHook.execute()

...