Configure automatic check-in for reserved spaces

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 3 Minuten Lesedauer
  • Configure automatic reservation check-in using the Occupancy state of a location or space. If a location is using occupancy data sensors, it checks for Occupancy state of each space in the Space Occupancy data table

    The Workplace Reservation Management scheduled job Check-in/out reminder runs every half an hour (30 minutes) daily. It checks for the location state (Occupied, Unoccupied, Invalid, currently not occupied, etc.) in the Space Occupancy data table. It also checks if the reservation is checked in or checked out. For more information, see Retrieving Space Occupancy Data.

    Hinweis:
    Reservation check-in and check-out is currently not supported for multi-location reservations (combining two or more reservations into one reservation). Check-in or check-out of reservations with multiple locations for the same date and time and with the same reservation owner is not allowed by the application. In case of group reservations, each space is assigned to a different employee, check-in for group reservations is also not allowed in bulk. You have to check-in a reservation one at a time.

    Role required: sn_wsd_rsv.admin

    If the space state is Occupied, it triggers an automatic check-in process and sends an updated push notification to Workplace Service Delivery for Mobile "Your reservation for <location_name> has started. You are automatically checked in based on the presence detected at the space. No further action is required."

    Navigate to All > Workplace Reservation Management > Administration > Reservable Module and ensure that the following properties are configured:
    • The Override check-in policy: Select Always require check-in.
    • Cancel reservations exceeding check-in time: Select the check box.
    • Time before employee can check-in value: Enter a value. For example, 10 minutes.
    In Reservation properties list (All > Workplace Reservation Management > Administration > Properties), configure the following properties:
    • The amount of time in minutes until a reminder should be sent to the reservation host [sn_wsd_rsv.time_before_check_in_out_reminder]. For example, set the property value to 5 minutes.
    • The amount of time in minutes until a reservation is cancelled without a check-in [sn_wsd_rsv.time_when_reservation_cancelled_without_check_in]. For example, set the property value to 30 minutes.
      For example, after setting the above properties and reservable module properties, if an employee creates a reservation at 5 pm, the application checks for the following conditions:
      • The Workplace Reservation Management application waits till 5.05 PM as per the value set in the property Amount of time in minutes until a reminder should be sent out to the reservation host (sn_wsd_rsv.time_before_check_in_out_reminder) to check whether the reservation is checked in or not.
      • After 5.05 PM, the scheduled job Check-in/out reminder checks the Space Occupancy data table to check if the reserved space (for example, A1001) is available in the Space Occupancy data table.
      • In the Workplace Connectors, the system property sn_wsd_wc.stale_time checks if the Event Timestamp field in the Space Occupancy data table has the latest timestamp. This property checks for the time beyond which the occupancy data is considered stale. Beyond the stale time, the fresh data is fetched from the Occupancy data provider (for example, Metrikus Spoke). If the sn_wsd_wc_stale_time property value is set to 30 minutes, application queries the Space Occupancy table and fetches the fresh data state for a location or space from Metrikus Spoke.

        If the state is Occupied, then, application automatically checks in the reservation. The reservation state moves to In progress state. A push notification is sent to Workplace Service Delivery for Mobile "Your reservation has started. You are automatically checked in based on the presence detected at the space. No further action is required."

      • When workplace spaces are having occupancy sensor and if the state of the space is unoccupied or Invalid, application sends push notification "Your reservation for Reservation for <space-name> has started. Check in to confirm your attendance or Release Booking to Cancel the space reservation".
      • When the workplace spaces are not having a occupancy sensor, and if the user does not check in the reservation, application cancels the reservation if the Reservable Module property Cancel the reservation exceeding check in time is selected.
      • If the Cancel the reservation exceeding check in time is not selected, then the reservation is moved to Confirmed state, and the Workplace Reservation Management scheduled job Reservation daily tasks takes care of such reservations at the end of the day.