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
Watz
01/11/2023, 12:41 PM
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
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
Madelene Sköld
01/12/2023, 7:22 AM
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!