Remote and Office Management Solution - users to multi book

Question on the Remote and Office Management Solution.

I understand that the current user flow is that users can only book a desk once for the same date/time regardless of location.

Is there a way to change this so that users could book multiple desks at multiple locations on one given day?

Hi David,

Yes you can do this with a simple code change. On the Manage Booking screen on line 200 in the screen JS you will see a function that checks if you have a booking already. If you add this snippet to line 201 it will bypass this function allowing you to book whenever you want.

Snippet:

return Promise.resolve(false)

It should look something like this:

Hope this helps,
Deb