Pradeep Jha
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
Activity overview
Latest activity by Pradeep Jha-
Pradeep Jha created an article,
Mobile Login Issue: Wrong Email Showing (SSO) in HybridHero
This article helps when you try to log in to HybridHero but see a wrong email address in the error. Issue You try to log in to the HybridHero app You see an error message The email shown is not yo...
-
Pradeep Jha created an article,
How to Manage Notification Settings in HybridHero
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Pradeep Jha created an article,
How to Cancel a Leave Request?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Pradeep Jha created an article,
How to enable or disable automatic check-in for desk?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Pradeep Jha created an article,
Quick Book: How to Make a Remote Booking?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Pradeep Jha created an article,
Mobile App: How to Book from the Book Tab
Whether you're heading to the office for the day or coordinating a meeting, having visibility into location-specific availability is key. HybridHero's mobile app makes it easy to check your locatio...
-
Pradeep Jha created an article,
Enable or disable booking types
As an admin, you can control which booking types (e.g., desks, meeting rooms, parking) are available for users across different locations or floors. This helps manage resources and align bookings w...
-
Pradeep Jha created an article,
Desk utilization section
This article will help you understand what the Desk Utilization section is under the Analytics tab in HybridHero.The Desk utilization section provides a high-level summary of key data giving you qu...
-
Pradeep Jha created an article,
Meeting room utilization section
This article will help you understand what the Room Utilization section is under the Analytics tab in HybridHero.The Meeting Room section provides a high-level summary of key data giving you quick ...
-
Pradeep Jha created an article,
Allowing users to cancel room bookings before the start 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...