Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Lag between uploading a server script and having the new code take effect
I've just uploaded a server script that has a before load event and it seems that it simply doesnt get called. I have double checked my script deployment and everything seems correct. All the function does is
function onBeforeLoadTest()
{
nlapiLogExecution ('DEBUG', 'onBeforeLoadTest');
}
But the debug message is not logged. I have been able to see updated server script code take effect immediately in the past....
0