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.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
To help you get the most out of your 2025.2 Release Preview account, review the topics outlined in the 2025.2 Release Preview Guide.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
populate fields on Change form name
I've been programming 10+ years so have a lot of programming exp. but new to Javascript and looking for some help.
for entering cases, we have a few different custom forms (depending on the role or what type of case user is looking to log)
I'm looking to create a custom field which is of list/record type populated with value based on the form they are using. (then there is another list that is restricted based off of the first list)
If user is using Custom form "Helpdesk" I want the "custevent_hd_type" field to be filled in with 'helpdesk' and I also want to clear out any values stored in "cust_event_cs_type" field (also a list/record type) etc.
0