This module provides a lazy, functional processing approach to working with NetSuite saved searches.
It automatically handles paging behind the scenes allowing the developer to focus on 'per result' business logic.
Use LazySearch.from() and LazySearch.load() to get started.
Turn search results into plain objects using nsSearchResult2obj() and leverage
the methods of ImmutableJS to process search results.
This module provides a lazy, functional processing approach to working with NetSuite saved searches. It automatically handles paging behind the scenes allowing the developer to focus on 'per result' business logic.
Use
LazySearch.from()
andLazySearch.load()
to get started. Turn search results into plain objects usingnsSearchResult2obj()
and leverage the methods of ImmutableJS to process search results.