SkillAgentSearch skills...

Nextsweep

A collection of NetSuite SuiteScript 2.1+ modules and utilities

Install / Use

/learn @ZAPentaleri/Nextsweep
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NextSweep — SuiteScript Shorthand and Utilities

Shorthand and helper methods to reduce SuiteScript boilerplate.

SEE WIKI OR MONOLITHIC README FOR DETAILED DOCUMENTATION!!

🙂


Utilities

Next >> Mass PDF Utility

A utility for mass-downloading PDF renders for transactions.

Script ID: customscript_next_mass_pdf_render_sl
Deployment ID: customdeploy_next_mass_pdf_render_sl


NextClient Module (next-client.js)

Client-supporting helper methods.

Module import

require(['SuiteScripts/NextSweep/next-client'], nextClient => {
    // your code here
});

NextFile Module (next-file.js)

File management methods.

Module import

require(['SuiteScripts/NextSweep/next-file'], nextFile => {
    // your code here
});

NextList Module (next-list.js)

Custom List mapping methods.

Module import

require(['SuiteScripts/NextSweep/next-list'], nextList => {
    // your code here
});

NextRecord Module (next-record.js)

Record management methods.

Module import

require(['SuiteScripts/NextSweep/next-record'], nextRecord => {
    // your code here
});

NextRuntime Module (next-runtime.js)

Runtime data retrieval methods.

Module import

require(['SuiteScripts/NextSweep/next-runtime'], nextRuntime => {
    // your code here
});

NextTask Module (next-task.js)

Asynchronous Task methods.

Module import

require(['SuiteScripts/NextSweep/next-record'], nextRecord => {
    // your code here
});

External Library Attribution

JSZip is included in this repository under the provisions of the MIT license. See jszip.min.js for details.


      __________ _ _____    ___
      \____   // ||   _  \  \  \
         /  //   ||  | \  \ |  |____       ___ __
       /  //  /  ||  |_/  //  // ___\___  / __\ |_
     /  //__/ |  ||   __//__/  \__ \/ . \|  _||  _|
   /_________\|__||__| /__/   /____/\___/|_|  \__\ 2025++

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated5mo ago
Forks2

Languages

JavaScript

Security Score

87/100

Audited on Oct 23, 2025

No findings