- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2024 11:20 AM
I've read plenty of old posts where you can stop the Time worked field from automatically starting on forms via the 'glide.ui.timer.started' system property. However, this does not appear to function on Workspaces. I'm curious if there's a way to open the workspace form such as Incident where the Time worked field is paused. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 02:44 PM
the only trick i think could be - hide time_worked via ui policy and than show it when some updates done to the form or have custom button ("report time") when clicked, to display field on the form and automatically start the timer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2024 09:43 PM
Hello @John Helebrant
You can try adding the 'Time worked' field to Workspace View and update the following system properties:
- glide.ui.timer.started - Set it to true
- com.snc.time_worked.update_task_timer - Set it to true
If the above solution resolve your issue, Please mark the solution as Accepted Solution and also mark it as Helpful.
Thank You.
Arpita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 08:03 AM - edited ‎04-30-2024 11:03 AM
The steps you're suggesting is to automatically start the timer--not stop it. I need to stop the timer. And as mentioned above, those properties do not work on Workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 02:44 PM
the only trick i think could be - hide time_worked via ui policy and than show it when some updates done to the form or have custom button ("report time") when clicked, to display field on the form and automatically start the timer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 07:46 PM
Wow! That seems to do the trick. I added a checkbox called 'Record time' and when I click it, I have the 'Time worked' field show up. It then starts ticking from that point. Thanks for the great suggestion! It's also very easy to implement!