Discussions

Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
No Limits. Just possibilities.
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.
NetSuite launches new wholesale distributions solution in Japan in January 2026!

NetSuite has launched SuiteSuccess Wholesale Distribution Edition, in Japan. Please join us the webinar on February 12 that introduces NetSuite solution with demos and case studies for Wholesale Industry.

Register Now
NetSuite 2026.1 Release Notes - This document summarizes the changes to NetSuite between 2026.1 and the previous release.

Have questions or experiences to share? Post your Release 2026.1 questions and join discussions in the Release 2026.1 category.

Advice On when/How to fire a script

edited Dec 2, 2019 5:49PM in SuiteCloud / Customization 2 comments

Hi all,

I have a script, which basically dependant on a field value loads a related record captures some data and then populates it into a store field for displaying in a HTML field.

The script works fine in Debugger and does what I want it to but I just can;t figure out how to set it to run, I have tried FieldChanged and Pageinit but it just keeps saying that function is not referenced.

Any ideas advice please?

 var NewRec = nlapiLoadRecord('customrecord_report_writing',1);                  nlapiLogExecution('DEBUG', 'Execution Context', nlapiGetContext().getExecutionContext() );                 var getType = NewRec.getFieldValue('custrecord_rw_wpa_type');            //1=CGI,2=BT,3=LBG,4=CSC-HMPO,5=Individual@work,6=Test Record            nlapiLogExecution('DEBUG', 'Type', getType);            var WPAID = NewRec.getFieldValue('custrecord_rw_wpa_link');            nlapiLogExecution('DEBUG', 'WPA ID', WPAID);            var WPARec = nlapiLoadRecord('customrecord_wpa_20',WPAID);                        if (getType == 6)                {                var LBGPrimaryCondition1 = WPARec.getFieldValue('custrecord_wpa_lbg_primary_condition');                var LBGSecondaryCondition = WPARec.getFieldValue('custrecord_wpa_lbg_secondary_condition');                var Workingenviroment = WPARec.getFieldTexts('custrecord_wpa_wrkstat_environment');                var Workingenviroment = Workingenviroment.join('<br>');                var LBGJobRoleInvoles = WPARec.getFieldValue('custrecord_wpa_lbg_job_roe_involves');                var LBGDSECoducted = WPARec.getFieldText('custrecord_wpa_lbg_dse_conducted');                var LBGDSEDate = WPARec.getFieldValue('custrecord_wpa_lbg_dse_date');                var LBGDSEOutcome = WPARec.getFieldValue('custrecord_wpa_lbg_dse_outcome');                var LBGbackground = WPARec.getFieldValue('custrecord_wpa_lbg_background');                var LBGrepeatReferral = WPARec.getFieldText('custrecord_wpa_lbg_repeat_referral');                var LBGPreviousAdjustment = WPARec.getFieldValue('custrecord_wpa_lbg_previous_adjustment');                     var StoreFieldCode = ('<STYLE TYPE="text/css"> <!-- TD{font-family: Tahoma,Geneva,sans-serif; font-size: 8pt;} '                        + 'TH{font-family: Tahoma,Geneva,sans-serif; font-size: 8pt;font-weight:bold;} '                        + 'table.padded-table td

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!

Leaderboard

Community Whiz

Quarter 1 (Jan-Mar 2026)

This Week's Leaders

This Month's Leaders

All Time Leaders