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-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
How to set minimum in office policy for each individual
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Today's report section
In this article, we will learn about how to keep track of daily activity in a hybrid workspace. It can be tricky especially when you're juggling desks, meeting rooms, parking spots, and who's on-si...
-
How to locate a Desk or Parking Space Floor in Floorplan
HybridHero’s interactive floor plan makes it simple to find your company’s designated desk floors or car parking floor, whether it’s underground, on the ground level, or in a multi-level setup. Thi...
-
How to book an asset by changing the time 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 (!arcade...