Pradeep Jha
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
Articles
Recent activity by Pradeep Jha-
How to add a manager to the location?
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 View Desks Booked at a Specific Location in Schedule
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 delete a location?
This article explains how to delete a location in HybridHero. Removing outdated or unused locations helps streamline location lists, enhance admin efficiency, and ensures that users interact only ...
-
Dashboard: How to View Past or Future Weeks
This article explains how to view your past and future weekly bookings in HybridHero. It helps users navigate through different weeks to check previous or upcoming reservations. Note: Viewing past ...
-
How to manage available room tags?
Room tags in HybridHero are used to categorize meeting rooms and make them easier to find and filter — for example: "TV," "Computer," "Projector," and more. As an admin, you can add, assign, or rem...
-
How can I limit how far in advance rooms can be booked?
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 enable or disable automatic check-in for room bookings?
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 add a floor plan to the location?
In this article, you’ll learn how to create and configure a floor plan under a specific location in HybridHero This helps visualize your workplace setup and enables accurate placement of desks, roo...
-
How to use or manage available parking tags?
Parking tags help control access to specific parking spaces — such as those reserved for visitors, electric vehicles, staff, or people with disabilities. As an admin, you can easily create, assign,...
-
How can I limit how far in advance users can book parking spaces?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...