In this release we introduce two major new features, next to that we solve a number of bugs and we have focused on improving the overall experience of the app.Multi-dimensional availability now displays the dependencies in the multi-calendar. Making it clear when you can make a reservation while there is a dependency on another dimension (e.g. staff working in a specific location for example).And also we introduce custom conflict rules, this allows you to conflict reservations based on your own fields. For example, if your business rule specifies that in a student room a single gender is allowed you can see if the reservation that is being created fits that criteria.
Features
The recently released “Multi-dimensional availabilities” will now be displayed in a way that makes it clearly distinguishable compared to normal availabilities in the multi-calendar.
We replaced the old Visualforce calendars with the new LWC calendars for fresh installs.
We introduced a new way in which you can filter for dimension records that have reservations. We now give you the option to show only the records that actually have reservation that apply to your filter. Check out our documentation.
In this version we introduce a new conflict checking option. With this you can create your own “reflective criterias” which allows you to specify when something should (or should not conflict). For example in the screenshot below we can make sure that only two reservations with the same Gender__c value are allowed in the same resource. Check out our documentation.
Added the ability to use the readOnly and hiddenReservationFilters on the mobile calendar when wrapping it.
Bug fixes
We make sure any error messages are now clearly displayed on the page or in the browser's-console instead of suppressing them from the page.
Fixed an issue that could cause an error toast notification to say Unknown error instead of the actual error message.
Enabling live-sync for google/outlook caused the sync to not be scheduled automatically. This has been fixed.
For the Custom Form Logic the Test_FormHelper now allows you to better test the interaction with specific related list items.
For the Custom Form Logic the Test_FormHelper now allows you to run the before save action.