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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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