Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Making changes to javascript files - SB Premium Elbrus
I was able to find the .tpl files, got node.js, gulp.js installed made successful changes to some of the look, but I wanted to include some items - in this case - shipping cost - on the invoice overview page.
I figured I could change the associated javascript file to pull in that information. Here is where I made that change in this file here - Invoice.OpenList.View.js
And it's not showing on the UI.
childViews: {
'ListHeader': function ()
{
return this.listHeader;
}
, 'Invoice.Results': function ()
{
var records_collection = new Backbone.Collection(this.collection.map(function (invoice)
{
var model = new Backbone.Model({