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.
Can you detect when Client Script nlapiLoadRecord triggers BeforeLoad User Event?
I should preface this by saying that I know a call to nlapiLoadRecord in client script will run BeforeLoad User Event code under the context of userinterface and with a type = view.
So here's my problem, our Customer record has a BeforeLoad UE that does a number of things, one of which is creates some custom UI fields for displaying a variety of things on the form. Those bits of code run when the context is userinterface and type is view (or edit). That's been working fine. Now I'm writing a suitelet that has a client script which needs to load a Customer record and I'm encountering an error that I traced back to one of my BeforLoad functions...anyway my question isn't about the error.....I'm wondering is there's a simple way of