Overriding a system property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2013 01:10 PM
Hello everyone,
I am not sure the following is possible through a client script or other means but thought I would ask. We have enabled the following property value: glide.ui.reference.readonly.clickthrough.
This has addressed some concerns with the ability to click through to reference fields and get certain data.
An impact to this is on the change task form. Users are no longer able to "see" some information from the parent change request. Is there a way to set the property value for just the change request number on the change task form to "true" for the glide.ui.reference.readonly.clickthrough property?
Any thoughts would be appreciated.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2013 01:46 PM
That system property can be overridden for a single reference field by adding the "readonly_clickthrough" attribute to the reference field.
e.g., if the system property is true, then you can add readonly_clickthrough=false to the attributes of a reference field to override system behavior for that field. If the property is false, override by setting the attribute to true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2013 04:26 PM
Thank you for the information. Works like a charm!
