I have a custom transaction body field, of type Transaction, on Invoices. It is not a stored value. The value is filled during a User Event beforeLoad() call. This value is getting set correctly, but is showing just as text, not as a link to the related Transaction. Any way to get it to be a link, or do I have to use InlineHTML instead and manually generate the HTML to show a link?