Hi! I have a Suitelet with a serverWidget.createLi...
# general
i
Hi! I have a Suitelet with a serverWidget.createList to show the results of a special search; and to it I add a client script with the list.clientScriptModulePath method. However, I don’t get anything happening inside the pageInit function of the client script, not even the simplest console.log. Does anybody know how to solve this?
b
probably using the incorrect server widget for your task
the client script for a List page is only for the buttons
i
Thanks for the info! I was not aware of this!