In a formula(html) the code `'<a href="https://...
# general
t
In a formula(html) the code
'<a href="https://########.<http://app.netsuite.com/app/accounting/transactions/salesord.nl?id=|app.netsuite.com/app/accounting/transactions/salesord.nl?id=>' || {appliedtotransaction.internalid} || '&whence="> Sales Order </a>'
I want the results to show the
{appliedtotransaction.number}
document number, not the words Sales Order. Any advice on how to do that?
m
Like this
'<a href="https://########.app.netsuite.com/app/accounting/transactions/salesord.nl?id=' || {appliedtotransaction.internalid} || '&whence=">' || {appliedtotransaction.number} || '</a>'
🙌 1
t
Get this guy a raise. Thank you.
😆 1
m
👍