Hello. Does anyone tried to mimic this functionali...
# suitescript
c
Hello. Does anyone tried to mimic this functionality using Netsuite Suitelet > Sublist?? #C29HQS63G
e
Use a static list type instead of just plain list type for your Suitelet sublist.
s
Yes, it is definitely not the easiest (if you dont use static list). I have mimic'ed it using jQuery triggered on fieldchanged, storing the total lines on the sublist in a field on the form, and setting the display property on each line based upon the number selected in the dropdown.
c
Thanks :)