We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to remove "open record info" icon from reference variable on catalog form.

Hrishabh Kumar
Giga Guru

I created a catalog item, and added some reference variable on it.

I can see an info icon on every reference variable that opens that particular record.

 

I need to remove this open record info icon from every reference field.

 

info.PNG

11 REPLIES 11

Hrishabh Kumar
Giga Guru

@Ankur Bawiskar Can you help me with this requirement, this requirement can be fulfilled by the same approach you used in this solution : https://www.servicenow.com/community/developer-forum/how-to-change-css-using-catalog-client-scripts/...

 

I need a onLoad catalog client script that when loaded on service portal :

1) fetched the element from DOM. (Class: "btn btn-default bg-white lookup")

2) adds display : none; property to that element.

 

@Hrishabh Kumar 

Did you check link shared by Drew

 

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

yes that did not work.