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.
Help Client Script - Disable and Set Field Values
Hi,
I'm trying to put together a script on an entry form that will set a default value and disable a field based upon the users selection in another field using the fieldChanged() function. There are two possible fields that I can use to trigger the event with the values listed below.
Field ID - customform
Static/Internal ID (value) - 14 (Real Estate Company Form)
-
0r
-
Field ID - category
Static/Internal ID (value) - 15 (Real Estate Services Company)
All companies within this particular client category use the same custom form and vice versa, so I was unsure upon which field to base the function. The custom form is not preferred so the user must select the value. This appears to reload the form so I was unsure if I should use the pageInit() function.