Practical guidance on NetSuite architecture, SuiteScript development, governance and ERP strategy from our consulting experience.
Subscribe via RSS
Standard NetSuite includes one sandbox. Any organisation running more than one concurrent workstream needs at least two. The cost of the second sandbox is recovered every time a UAT cycle is not contaminated by in-flight development.

Item records drift across subsidiaries without strict governance. Four drift vectors cause most of the damage. The governance suite that contains them is a custom request record, dual approval, and scripted write-back.

OneWorld subsidiary hierarchy is structurally irreversible. Four architectural decisions made at day one lock in for the next decade: legal alignment, shared versus isolated master data, intercompany pattern and currency strategy.

Most NetSuite customers already own Power Automate through Microsoft 365. No native connector exists. Here is the four-decision architecture that makes the integration reliable: authentication, retry, throttling and visibility.

Custom fields capture data. Custom segments are reporting dimensions that flow natively to every transaction, register and general ledger. Pick the wrong one and you pay for it for ten years.

Every SuiteScript has a fixed governance budget measured in units. Scripts that pass UAT on a handful of records fail in production because accumulated unit consumption exceeds the limit. How to measure, budget and refactor.

The most expensive line of SuiteScript is the one that should never have been written. How to evaluate native configuration before reaching for custom code.

Beyond try-catch. A three-layer pattern covering correlation IDs, idempotency, retry semantics and error-as-workflow, built for production NetSuite at scale.

Why comparing committed values beats comparing field changes, and the three implementation traps (concurrency, event ownership, net-zero false negatives) that invalidate audit trails.

Two approaches to connecting NetSuite with SharePoint Online, and the four technical decisions (permissions, chunked upload, throttling, security abstraction) that make or break the implementation.

The difference between consultancies that deploy junior resources and those led by architects end-to-end.

Why SDF is table stakes for any serious NetSuite practice, and how to actually migrate legacy unmanaged customisations without breaking production.