Hi :-) We want to include an on/off button/functionality for going on and off shifts on the front page/main menu of the mobile app so that our users can easily change their status without having to go through several clicks.
Is there a way to do this?
Currently using
App version 6.13.7928
Page 1 / 1
Hi @christine.munthe,
Work status tile gives the standard functionality. When tapping on the tile, the user will be asked to select the correct status(on shift, off shift, on break, off break).
But, if you need to have a tile in the home menu that allows you to directly change the work status to On Shift/ Off shift, you can create a custom tile in the Home menu. Then, you need to write a client script and bind it for the tap event of this custom tile. If you need to show the status dynamically on tile, then you can use a Count script as well.
Thanks.
Hi @christine.munthe,
Work status tile gives the standard functionality. When tap on the tile, user will be asked to select the correct status(on shift, off shift, on break, off break).
But, if you need to have a tile in the home menu which allow directly change the work status to On Shift/ Off shift, you can create a custom tile in Home menu. Then, you need to write a client script and bind it for tap event of this custom tile. If you need to show the status dynamically on tile, then you can use Count script as well.