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!
nlapiGetFieldText not working on PageInit function??
Hi-
We have a script on on our customer/prospect records that keeps users from moving records to a less advanced stage:
Customer>PROSPECT
CUSTOMER>LEAD
PROSPECT>LEAD
(it really messes up our reporting if a customer record switches back to LEAD or PROSPECT)
Anyway, in our Australia office some users are getting the following error:
oninit (PageInit)
Type Error Object Expected
From the USA I have tried to reproduce the error in every browser and role, but everything seems to work perfectly.
The function is only a few lines and the only variable is 'oentstat' which is set to nlapiGetFieldText('entitystatus')...