This module provides a lazy, functional processing approach to working with NetSuite SuiteQL queries.
It automatically handles paging behind the scenes allowing the developer to focus on 'per result' business logic.
Use LazyQuery.from() to get started.
Turn query results into plain objects using nsQueryResult2obj() and enables you to leverage
the methods of ImmutableJS to process query results.
This module provides a lazy, functional processing approach to working with NetSuite SuiteQL queries. It automatically handles paging behind the scenes allowing the developer to focus on 'per result' business logic.
Use
LazyQuery.from()
to get started. Turn query results into plain objects usingnsQueryResult2obj()
and enables you to leverage the methods of ImmutableJS to process query results.