Hello People, I have create a list using serverwid...
# suitescript
a
Hello People, I have create a list using serverwidget module and I am displaying the result of a saved search in that list. Just like standard NetSuite lists, I want to display buttons of View & Edit in my list rows. Each row in a list is a transaction record. I can get the record URL by using url.resolveRecord method but how do I get to display those View and Edit buttons in my list? Any help is appreciated, Thanks.
n
If you do a text field and populate it with some html it would work. Something like ``<a href="${yourURL}>View</a>`` ``<a href="${yourURL}&e=T>Edit</a>``
I may actually be wrong about the text field. It might be inline HTML. But for some reason im thinking text works
b
a
It worked, Thank You @Nathan L