Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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({