On a suitelet form with a custom sublist, is it possible to set the “link text” on each sublist row?
For example, each row is the vendor bill name (e.g. VENDBILL123) which I’d like to display as a hyperlink to the bill. I can get the link working, but can’t figure out how to set the link text on each row.
I can do it using INLINEHTML field and manually making the link, but not using
serverWidget.FieldType
of “URL”.