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.
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