Hi, Does anyone know if it’s possible to add a mem...
# suitescript
m
Hi, Does anyone know if it’s possible to add a memo “popup” box to a serverWidget sublist, similar to the memo field on the standard NetSuite timesheet list? If so, what are the requirements for it to be possible?
w
As far as I know there are no SuiteScript API's to handle this. You would have to add you own custom client scripts that somehow trigger on cell-selection
n
r
Nicolas is correct that dialog may be an option. Not sure if that matches your use case. You can also pass HTML to the message param but you often end up having to hack the dom in these situations. I wouldn't recommend it
👍 1
m
I will take a look at what they have to offer and see if it’s something I can use! I agree hacking the dom is not ideal so I’ll avoid that. Thanks!