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.
Sleep, Wait or setTimeout function in a suitelet
Does anyone know if the there is a sleep function or the equivalent that can be used in suitelet?
I've tried the following but does not recognise function.
var timeOutSeconds; timeOutSeconds = 90000 setTimeout( "nlapiScheduleScript(47, 1, null)" , timeOutSeconds);
0