Chris Harper's Developer Blog
-
Clickable links in log messages
This is the coolest trick when you’re creating debug logs and want to quickly see the record you’ve just saved. This will generate a link in the logs to Sales Order with internalid 304056:
-
Debugging pages created on the server with ‘seodebug’ and ‘preview’ parameters
Occasionally I need to figure out what’s going on when a page on the SCA server is being generated, this is not straightforward. If you add these two URL paramaters, SCA will generate extra debugging statements at the end of the HTML stream that will give you extra insight as to what might be wrong…
-
NetSuite is an IDE – Integrated Development Environment
IDE is shorthand for “Integrated Development Environment” The NetSuite platform is loaded with invisible secrets. Each one has a door to an endless buffet of tasty choices. Do you want steak or chocolate cake? How about eggs Benedict with a martini? It’s all there. Okay, it’s not a restaurant, but the customization recipes are truly…
-
SuiteScript – External Suitelet & Postman
How to use Postman with an external facing suitelet Every time I need to create an externally facing suitelet I trip over this issue. The issue is that querying the public url of the suitelet produces no result. Postman just spins as if awaiting a response. To make matters more confusing, log.debug statements never fire…
-
Enable Features: Accounting Subtab
This covers the Accounting Subtab from the Enable Features page found at Setup > Company > Enable Features. Accounting The Accounting Subtab has 7 sections. NetSuite has it’s own documentation for the Enable Features Company subtab. This is my take on the page I use as a study guide for the NetSuite SuiteFoundation exam. BASIC…