- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 10:33 AM
Let's say I've got 4 duration fields:
The user needs to be able to see them, but cannot edit them. When they become read-only fields, it seems to round off the seconds when there's at least a minute showing:
Any ideas on how to show the full duration value to the user (while still keeping the field read-only)?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 10:46 AM
If you want to go through the effort of a UI macro/formatter, sure. That would work.
Be sure your organization/customer are willing to take on the burden of supporting the custom code. The input we're getting from a lot of customers is "Gee, I wish we hadn't customized so much. It's making upgrades really hard."
Also keep in mind that your UI macro won't work on Service Portal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 10:40 AM
Please use UI policy to make duration field read only.
don't use dictionary to make field read only.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 10:42 AM
It's the ACL's making it read-only, not the dictionary entries.