Help: How to remove reference icon on specific fields of catalog item?

Snehal2
Kilo Guru

Hi developers,

Can any one help me on How to remove reference icon(which appears on reference field) on specific fields of catalog item.

Thanks,

Snehal m

 

24 REPLIES 24

you can create a onload script

 

function onLoad() {
//Type appropriate comment here, and begin script below

$j('.icon-info').hide();

}

Swapnil Soni1
Giga Guru

Hi Snehal,

Please try this-

  1. Navigate to System Definition > Dictionary
  2. Filter the list to find the reference field of which you want to disable the information icon
  3. Open the record (eg. Caller)
  4. Add this line to the Attributes: ref_decoration_disabled=true
  5. Save/Update the record

       Please mark correct or helpful if this helps you.

Thanks

Swapnil

Hi Swapnil,

This solution you suggested can be used on the normal variables. But I want to hide reference icon on the catalog variable.

Regards,

Snehal

Pratiksha
Mega Sage
Mega Sage

add variable attribute ref_decoration_disabled=true