So when you use define you are basically saying ge...
# suitescript
j
So when you use define you are basically saying get this module, then in the function bit you pick what variable name you want to use for that module so what I would usually do is something like this.
Copy code
define(["N/record", "N/runtime"],
function(record, runtime) {