Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

I need to have 'i' button that is preview button for Configuration item field on orphan_ci_remediati

Anil Karthik N
Tera Contributor

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

1 REPLY 1

Niklas Peterson
Mega Sage

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