Bala Murali
- Total activity 80
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 34
Articles
Recent activity by Bala Murali-
How to enable or disable repeat bookings (Shuffle)?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
A quick guide to strengthen login security in HybridHero
Password security is a key part of protecting your company’s data. One simple yet powerful way to strengthen it is by requiring special characters symbols like @, #, $, or ! in user passwords. Thes...
-
How do I set up my Preferred Parking Space?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Mobile App: How to Check Teams on the Floor plan?
HybridHero's mobile app enhances flexible workplaces by displaying live team presence on the floor plans. This feature simplifies finding colleagues, coordinating with your team, and navigating off...
-
Mobile App: How to reset your password
This article will walk you through the steps to recover access to your account. Resetting your HybridHero password is quick and easy helping you regain access without any delays allowing you to res...
-
Mobile App: How to view your profile details?
Understanding and managing your personal profile within any application is crucial for a seamless user experience. In HybridHero, your profile details serve as the foundation for how you interact w...
-
How to book a parking space in floor plan
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (...
-
How to delete a user?
In this article, we’ll walk through how to delete a user in HybridHero. Removing users who are no longer part of the organization ensures that your reports, user directories, and analytics reflect ...
-
Mobile App: Submitting Feedback
We value your feedback! Whether you have an enhancement request, a general comment, or want to report an issue, the HybridHero mobile app makes it easy to share your thoughts directly with our supp...
-
How to add new meeting rooms to a location?
This article explains how to create a new meeting room in a specific location, building, or floor using HybridHero.Note: Only users with Admin, Location Manager, or Facility Manager access will be ...