Priyanka Ahuja
- Total activity 119
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
Articles
Recent activity by Priyanka Ahuja-
How to search the team in user settings
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 change the availability for assets?
In this article, we’ll learn how to update the availability status of desks or other assets for external teams in HybridHero.Note: Only users with Admin, Facility Manager, or Location Manager acces...
-
How to change the desk names?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Dashboard: How to use Clone function?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*=${e.data.id}]`); if (!arcadeIf...
-
Updating advance booking settings for a selected user
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 update advance bookings for all users?
function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(`iframe[src*="${e.data.id}"]`); if (!arcade...
-
Making license plate registration mandatory for parking 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...
-
Activating or deactivating a location
In this article, we will learn how to make a location active or inactive in HybridHero. Managing whether a location is active or inactive helps keep your HybridHero account clean and up to date. St...
-
Activating or deactivating an asset (Desk, Meeting Room, or 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...
-
How to Delete a User Booking 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...