Chris Harper's Developer Blog
-
SuiteCommerce – Load dependency by SSP application
If you need to load a SuiteCommerce dependency based on the users current SSP application, read on. Occasionally I create an extension crosses the boundaries between the shopping, checkout, and myaccount SSP applications and also needs to be careful about which dependencies load based on the which application the user is working in. For example,…
-
Enable Features: Company Subtab
This covers the Company Subtab from the Enable Features page found at Setup > Company > Enable Features. Company The Company 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. Classifications…
-
NetSuite SuiteFoundation: Identify the general functionality that can be controlled under Enable Features
This page has 10 subtabs Each link will open in a new tab. This post identifies the general functionality controls available at Setup > Company > Enable Features. NetSuite has it’s own documentation on this as well. My take is to help me remember what each feature does for the NetSuite SuiteFoundation exam.
-
SuiteQL for Assembly Item Bill of Materials
How to get the BOM using SuiteQL Sometimes you need to get the Bill of Materials for an Assembly Item via code. There is a way to do this with saved searches, but it takes a number of chained searches to get to the final answer. SuiteQL makes quick work of this with a simple…
-
SuiteCommerce Service GET and POST data
How to retrieve GET parameters and POST body data When making requests to your service you need to access the incoming data. This post will show you how retrieve GET and POST data from the SuiteCommerce service context object. SuiteCommerce service context object In a back end service file you get an entry point declared…