Bookings must have notes
  • 28 Nov 2022
  • 1 Minute to read

Bookings must have notes


Article Summary

This validation rule prevents customers from placing a booking, unless they have added notes. Admins can still book for customers without having to add notes.


  1. Click Add rule

  2. Click on Manual entry

  3. Name your validation rule.

  4. Add a Description for your rule to let other admins know what it does at a glance.

  5. Toggle on This rule is active.

  6. Select Bookings under the Record type drop-down list.

  7. Add the Error message to display if the validation rule is not met.

  8. Add the following code snippet to the Formula field.

record.Coworker = null OR record.Notes <> null
Want to also prevent admin from placing bookings without any notes on the Admin Panel?

Use the following snippet instead:

record.Notes <> null
  1. Click the Save Changes button.


All done! We recommend testing the validation rule by logging in to the Members Portal with a dummy customer account and try to book a resource without adding any notes. You should see your error message if the rule is working as expected.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.