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
Custom Dynamic Dropdown in Sublist level
Hi Greetings,
I want to ask,
I have a case to create a dynamic dropdown at the sublist level in Suitlet Custom Form , now the dropdown must be filtered based on one of the sublist fields in the sublist.
and for the dropdown field type is the SELECT type.
I use the search module to get the filtered list value for the dropdown
I took 2 approaches:
- ServerSide approach, I tried to filter the data and save it into an array, but when I wanted to fill the data into the SELECT field type (at the sublist level) the data could not be filled, but if it was filled into the TEXTAREA type the data successfully displayed the filtered object array.
0