RSS Parrot

BETA

🦜 Sustainable SuiteScript

@stoic.software@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Advice for a successful, sustainable career as a NetSuite developer

Your feed and you don't want it here? Just e-mail the birb.

Site URL: stoic.software/

Feed URL: stoic.software/rss.xml

Posts: 9

Followers: 1

The Magnitude of Learning SuiteScript

Published: July 16, 2024 18:00

During a recent Sustainable SuiteScript AMA, I was asked what mistakes I consistently see SuiteScript beginners make. The original recording is available on my YouTube channel. In this miniseries, I expand on the answer I gave in the live session. The…

How I use JSDoc for SuiteScript

Published: May 8, 2024 18:00

Sustainable SuiteScript reader Matt Poloni wrote in with the following question: Do you use JSDoc above and beyond the minimum required to deploy scripts? If so, are there any particular patterns that you find useful when using it? I absolutely use JSDoc…

SuiteScript Short - Reduce Repetition when Working with Records

Published: March 4, 2024 17:00

A pretty common complaint I hear about the SuiteScript API is that it's too verbose. It often takes a lot of repetitive typing to accomplish common tasks. I've seen some teams go so far as to build their own abstraction layer over the top of the…

Will generative AI take my SuiteScript developer job?

Published: February 28, 2024 17:00

Generative AI is the talk of the entire world, and none of us know exactly what to make of it. Is it exciting? Is it terrifying? Will it take my job? Will it change my job? Rest assured, generative AI will completely change the world of work in nearly…

SuiteScript Optimization Tip: Prefer Inline Editing

Published: February 8, 2024 17:00

This is a sample chapter adapted from the "Basic Optimization with SuiteScript 2.1" Cookbook, part of the SuiteScript by Example series. Loading and submitting a record is one of the most expensive tasks - in terms of both governance and time - that you…

Location-Specific Inventory Searches with SuiteScript

Published: February 7, 2024 17:00

This is a sample chapter adapted from the "Transaction Searches with SuiteScript 2.1" Cookbook, part of the SuiteScript by Example series. In NetSuite, we can retrieve Inventory values via Searches on the Item record, which has a number of…

Querying using Multiple Conditions with SuiteScript

Published: February 6, 2024 17:00

This is a sample chapter adapted from the "Basic Querying with SuiteScript 2.1" Cookbook, part of the SuiteScript by Example series. When building queries with SuiteScript, we will almost always need multiple Conditions. Given that the condition property…