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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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