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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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