- 14 Mar 2024
- 1 Minute to read
- DarkLight
Prevent bookings without an assigned customer on the Admin Panel
- Updated on 14 Mar 2024
- 1 Minute to read
- DarkLight
This rule prevents admins from creating bookings if they don't select a customer before saving them on the Admin Panel.
Log in to dashboard.nexudus.com if you aren't already.
Click Settings > Validation rules.
Click Add rule.
Click on Manual entry.
Name your validation rule.
Add a Description for your rule to let other admins know what it does at a glance.
Toggle on This rule is active.
Select Bookings in the Record type.
Add the Error message to display if the validation rule is not met.
Add the following code snippet to the Formula field.
record.Coworker <> null
Click the Save Changes button.
All done! We recommend trying to book a resource on the Admin Panel, leaving the Customer field empty. If you you see your error message displayed as you try to save your changes, you're good to go!