Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inputs/outputs are lazy-loaded, therefore the above mentioned function exists, I think.

Another way would be to reference the object(s) which may be subject to Lazy Loading directly in the api.find/api.stream

Code Block
    quoteLineRecords = api.stream("QLI", null, ["outputs.TotalInvoicePrice.result"], Filter.equal("clicId",thisQuote.id)).withCloseable {
         it.collect()
    }