Priyanka Ahuja
- Total activity 119
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
Articles
Recent activity by Priyanka Ahuja-
Setting a building’s time zone
In this article we will understand how crucial is setting a timezone at the building level as it ensures that all bookings like desks, meeting rooms, and parking follow the local time of that build...
-
Creating parent and child locations
In this article we will understand how to create parent and child locations as it organize your workplace locations in a clear hierarchy. This makes location management easier and ensures users can...
-
Configuring early check-In time
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Setting up check-In reminders
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
How to get active users, desks, meeting rooms & parking space report?
This article explains how to access Active Users, Desks, Meeting Rooms, and Parking Spaces under the Analytics tab in HybridHero. The Overview section brings key insights together in one place, giv...
-
How to generate or email QR code?
In this article we will understand how to generate or email QR codes as it makes it quick and easy for users to check in to assets. Generating or emailing QR codes allows admins to distribute them ...
-
How to assign asset to a specific user within the same team?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
How to automatically cancel desk bookings when users don’t check in?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Dashboard: How to Check In / Check Out Bookings on Behalf of Users
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
How to remove a team manager in team settings?
We will learn how to remove a manager from a team in HybridHero. This action is available only for Admins because only admins have permission to manage team structures, access company-level setting...