https://netsuiteprofessionals.com logo
Title
a

aaz

06/14/2022, 1:26 PM
but it is just printing the text not making it link or clickable
c

creece

06/14/2022, 2:12 PM
const SALES_ORDER_ANCHOR_TAG = '<a href="' + '/app/accounting/transactions/salesord.nl?id=' + SALES_ORDER.id + '">' + SALES_ORDER.documentNumber + '</a>';
set the defaultValue property of the suitelet field to something like above but whatever your record is.