🦜 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.
Hotfixes in git for NetSuite Developers
https://stoic.software/articles/vcs-hotfix/
Published: February 2, 2025 17:00
After reading the article detailing
my source control process,
SuiteApp Developer Extraordinaire and Sustainable SuiteScript community member
Darren Hill
asked an astute question:
I read your "My git Process for SuiteScript in 2025" and have a question.…
My git Process for SuiteScript in 2025
https://stoic.software/articles/vcs-2025/
Published: January 26, 2025 17:00
On a recent episode of the
SuiteScript Stories podcast
, I quickly outlined how I use git
for SuiteScript development. Let's expand on that discussion with more detail.
Some Context
Before blindly adopting someone else's approach to anything, it's…
How to Ask for SuiteScript Help Effectively
https://stoic.software/articles/ask-help/
Published: July 28, 2024 18:00
Coming Soon
Foundational SuiteScript Troubleshooting Techniques
https://stoic.software/articles/basic-troubleshooting/
Published: July 21, 2024 18:00
Coming Soon
The Magnitude of Learning SuiteScript
https://stoic.software/articles/magnitude-of-learning-code/
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
https://stoic.software/articles/jsdoc-patterns/
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
https://stoic.software/articles/reduce-repetition-setfield/
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?
https://stoic.software/articles/ai/
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
https://stoic.software/articles/optimize-example-inlineedit/
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
https://stoic.software/articles/search-example-inventory/
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…