hi all, I’ve created an entity field that displays...
# general
o
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>’.
y
Please use the formula html column in saved search and I'm sure it will work
o
this is to display it as a hyperlink on the project form itself
y
I didn't get you. Would you please share a snapshot of it.