How can I enable reference links for specific items in a list, but not open the records?

RyotaroT
Tera Contributor

How can I enable reference links for specific items in a list, but not open the records?
I know that you can turn off all links by omitting links in the list control.

1 REPLY 1

t_sadahisa
Giga Guru

Hi RyotaroT

 

Let me confirm your question.

You would like to make following situation, aren't you?


1. display the link text in specific record
2. it is not hyperlink but plaintext
3. it is reference column

 

If it is true, I recommend creating column and business rule.
Reference field has sys_id as value and we can create the url using sys_id and table name.

 

Thanks.