NetSuite FastTrack Toolkit (NFT) - v8.0.0
    Preparing search index...

    Module query

    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.

    Classes

    LazyQuery

    Functions

    nsQueryResult2obj