Yes. I'd love it if you could return a structure ...
# suitescript
e
Yes. I'd love it if you could return a structure like:
Copy code
{
    data: [ /* ... */ ], // <- normal data for the next phase
    context: { /* ... */ } // <- Object that gets attached to the context parameter for every phase
}