Basic Availability checking
For basic availability checking, you can use the built-in formula IsNotAvailable()
. This will return true
if the reservation is linked to any record (of the rule’s Dimension) that is not available at that time. For example, consider the following rule:
Dimension | Staff |
---|---|
Conflict Type | Hard |
Formula |
|
This rule will result in an error if the reservation is linked to a Staff record which is not available.
Soft/Hard conflicts based on user permissions
This example shows how to grant permissions to certain users, allowing them to make reservations outside of opening times with warnings (soft conflicts) instead of errors (hard conflicts).
...