Hey folks :wave: Every NetSuite release I used to...
# general
m
Hey folks 👋 Every NetSuite release I used to lose hours digging through Oracle PDFs trying to figure out what actually changed and what could break customizations. netsuite I ended up building a small side project to solve that: https://netsuitechangelog.com It turns release notes into plain-English articles, with context, impact, and what you actually need to care about. I hope you like it and would love feedback from other NetSuite people here, especially what would make this more useful in day-to-day work.
🙌 1
j
I haven't used your tool yet, but for the last few releases I've just been copy-pasting our billing information page and throwing that into a LLM along with the release notes, and AI actually does a really good job of identifying the important parts and tossing out all the stuff you don't have in your account anyway. What I don't track, that would be interesting to me, is to see an LLM-enhanced version history, since NetSuite releases multiple versions of the release notes over time. Having someone going out and grabbing all those versions for me and then highlighting what has changed would be a nice-to-have.
👏🏻 1
m
That’s actually a great point, and yes, that’s something I’m already doing 🙂 For each article I track changes across updated versions of the official release notes and surface them in a Version History section, highlighting what Oracle added or modified over time. For example, this one shows it in action: https://netsuitechangelog.com/articles/localization-suiteapps-enhancements-netsuite-2024/ That said, your comment is super useful because it tells me this feature isn’t obvious enough yet, I probably need to make the version tracking more visible and explicit. Appreciate the feedback!