hi all, I’ve created an entity field that displays the sales order number on a project, all well and good ( {transaction.number} ). However, how would I go about making it a hyperlink? I’ve tried both free-text and hyperlink field types (with and without formula checked); fumbling with iterations of formula we use in project saved searches ‘<a target=“_blank” href=“
https://app.netsuite.com/app/accounting/transactions/salesord.nl?id=’ || {transaction.internalid} || ‘“>’ || {transaction.number} ||'</a>’.