I can see how you're using it to load in separate ...
# suitescript
e
I can see how you're using it to load in separate modules, though I'm curious why you're doing it that way instead of using it like:
Copy code
define(["./SalesOrder", "./Separations", "./Invoices"], function (so, sep, inv) { ...