
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2019 09:11 AM
Hello,
If I add a new duration field then I get the view of that field as I expect:
And I can set the max_units attribute to remove minutes, hours or days as required or use an onLoad client script to show or hide any element of the field.
However, there is an out of the box duration field on the project form called simply "effort".
It displays like this:
I can't, for the life of me, find anything that is causing this. I need it to show days and I'd rather not replace the field as there is a load of logic tied up to it that names the field.
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2019 12:22 PM
There is a dictionary override on that field that sets the "max_unit=hours" attribute.
If you need to include days, you should remove that or change it "max_unit=days".
Here is the documentation:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2019 12:22 PM
There is a dictionary override on that field that sets the "max_unit=hours" attribute.
If you need to include days, you should remove that or change it "max_unit=days".
Here is the documentation:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 10:45 PM
hello how can i do this for agent workspace.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 03:20 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 03:21 AM
Ah. "Override"!!
Thank you.