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.
Field Change Function on Transaction Form
Hi all,
I have a Field Change function operating on an Expense Report form. This function checks to see if the user has changed the value of a number of Expense column fields, and performs some processing / validation depending on the column field changed. One such process is to set the Tax Code based on the user selecting a Currency (when 'Use Multi Currency' is ticked).
I am finding that the function is correctly triggered when the Currency is changed, and also correctly sets the Tax Code field, however, based on the Execution Log, I can see that it runs the passage of code for the Currency Field Change twice. That is, it appears that when the user changes the Currency, my 'if name == currency' condition triggers, then based on certain rules, I set the Tax Code field, which then triggers the Field Change function again (which it should as a field has indeed just been changed - the Tax Code). This Field Change performs