- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 02:23 AM
Hi Team,
On case form there is a time worked field which calculates time automatically when users open the case form,but our requirement is to make this functionality manual so that means we have to create a button and once user click on this button then only time field should get on.
If any idea kindly share.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 02:55 AM
You can set glide.ui.timer.started system property to false in order to prevent the timer from starting automatically when the form loads. Note, however, that this is a global setting that impacts all form views where a Time Worked field is present and all users.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 02:55 AM
You can set glide.ui.timer.started system property to false in order to prevent the timer from starting automatically when the form loads. Note, however, that this is a global setting that impacts all form views where a Time Worked field is present and all users.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 03:16 AM - edited 05-05-2023 03:30 AM
Thanks for heads up
Ok.but can we then make it manual then? so once user clicks on the button(custom button) then it should start the timer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 03:40 AM - edited 05-05-2023 03:41 AM
Sure. If you set the system property to false, the system will automatically show a button for starting and pausing the timer.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/