Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Scheduled Script Queue
Hey guys.
I have this user event that does the following:
(for i; i<whatever;i++)
{
callScheduledScript A;
}
callScheduledScript B;
Let's say whatever = 3. The queue should be:
ScheduledScript A.1
ScheduledScript A.2
ScheduledScript A.3
ScheduledScript B
Is the scheduled script queue only for scheduled scripts of the same type?
I mean, Scheduled Script A will be called upon the right order, but some of the time Scheduled Script B will be called before or inbetween ScheduledScript A.
Am I missing something here?