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 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...
-
How to View the Organization Chart?
In this article we will understand from where to view the Organization chart. The Org Chart in HybridHero provides a visual representation of your organization's structure, showing how teams and in...
-
How to Add Work Information under Preferences
In this article, we will understand how to add work information in the work tab under Preferences. With HybridHero, it’s quick and easy to keep your work-related info up to date. Keeping this secti...