Disable/Remove info icon for a variable in variable editor

SM16
Tera Expert

Hi Friends,

 

Is there a way to remove the info icon for a specific variable in a variable editor?

 
 

 

 

1 ACCEPTED SOLUTION

Hi @SM16 ,

 

I don't think there is any attribute to hide reference icon for variables which we have for native view fields .However , I have found one KB article please check if it is helpful -

 

KB Article - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0958089

Community Thread - https://www.servicenow.com/community/developer-forum/how-can-i-remove-information-icon-from-a-refere...

 

  If my reply helped with your issue please mark helpful 👍 and correct ✔️ if your issue is resolved.

 

                         By doing so you help other community members find resolved questions which may relate to an issue they're having

 

 

Thanks,

 

Astik

View solution in original post

6 REPLIES 6

Community Alums
Not applicable

Hi @SM16 ,

I tried your problem in my PDI and it works for me 

You can refer below steps

  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

Here's the KB article 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0714705

 

Please mark my answer correct and helpful if this works for you

 

Thanks and Regards 

Sarthak

That's all nice, but the solution is needed for a variable, not a field.