How to disable "I" button from reference field in form page

pradeep37
Tera Contributor

Hi, 

How can i remove "I" btn from reference field, currently this TimeZone field referencing to master lookup table and after click on "I" btn it redirecting to master table form page.
please suggest if we can restrict redirection on click or disable the icon.

find_real_file.png

 

find_real_file.png 

Thanks

Pradeep Sharma

1 ACCEPTED SOLUTION

Harish LS
Giga Guru

Hi Pradeep

  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.
  6. find_real_file.png

If my reply is Helpful/Correct, please mark the answer as Helpful/Correct.

Thanks,

Harish

View solution in original post

5 REPLIES 5

Harish LS
Giga Guru

Hi Pradeep

  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.
  6. find_real_file.png

If my reply is Helpful/Correct, please mark the answer as Helpful/Correct.

Thanks,

Harish

Hi Harish, 

Thank you, its working fine. you saved my time.

can we use this attribute for list type field also in form page? please suggest.

 

find_real_file.png

thanks

Pradeep sharma

 

AnnaO6373147320
Tera Contributor

Hi, is it possible to hide it from a specific view or specific users?

Hi @AnnaO6373147320  did you get solution for the same ?