- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 02:59 AM
Users are able to see all the fields in the change request template creation form. In the below screenshot, Activity due field is not available in the change form but it is visible here. So my requirement is to show only the fields visible on the change form. Is it possible to hide or make these fields read only
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 08:48 AM
Hi Rajesh,
Thank you for confirming. The templates do not respect UI policies because they are evaluated on the client side and can be variable depending on almost any condition. The template is imported on the server side. So - short answer "no".
I know that's not the answer you were looking for, but it is an answer. If you would be so kind... please mark it as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this discussion from your "inbox", use the "mark as correct" option under actions. If you are viewing it directly from the thread use the Correct Answer link (red with a star).
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 05:57 AM
Hi Chuck,
Am using Eurekha patch 5

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 06:05 AM
Hi Rajesh,
I don't have a Eureka instance to test this on at the moment. Based on the fact that Eureka is no over to years old and three major releases behind, I recommend upgrading to avoid this and potentially other issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 12:54 AM
Hi Chuck,
So is there anyway to block non editable fields being set using the change template?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 03:10 AM
Hi Rajesh,
I just tried a template on Eureka that attempts to set two read-only fields and two editable fields. Both read-only fields are protected by ACL (not the read-only attribute on the dictionary.) In both cases, the read-only ACL was respected.
I submit that your field is not being protected (made read-only) by an ACL, but possibly by a UI policy or client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 08:27 AM
Hi Chuck,
Yes, in my case the fields are made readonly using UI policy. Is it possible to restrict the change template being applied to the read only fields.