I need to have 'i' button that is preview button for Configuration item field on orphan_ci_remediati
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 07:40 AM
Hi All,
I need to have 'i' button that is preview button for Configuration item field on orphan_ci_remediation_list form, below OOB code is present in Attributes field of Configuration item.
Note : This is working fine when Configuration item field is not read only and 'i' button is not showing up if Configuration item field is read only.
encode_utf8=false,ref_ac_columns=sys_class_name,ref_ac_order_by=sys_class_name,ref_auto_completer=AJAXTableCompleter,ref_contributions=task_show_ci_map;show_related_records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 04:13 AM
Hi,
Icon showing for read-only fields is controlled by a system property.
glide.ui.reference.readonly.clickthrough
If you set this to true the icon will be visible regardless of if the field is read-only or not. This will affect all reference fields.
Regards,
Niklas