Can we add a dropdown column in Suitelet?
# suitescript
b
Can we add a dropdown column in Suitelet?
k
Yes just use addField on the sublist object that you created and set type list/record and source the record you want to use
b
one more question @Kyriakos Zisopoulos What if that is dynamic So 2 dropdown and 2nd dropdown options should be different if 1st dropdown is changed
k
You can use addSelectOptions and you leave source empty
b
@Kyriakos Zisopoulos but I need to delete options and add new options when "Select 1" is changed, but there is no delete option functions. Also can I do it in client script? Because that should happen when "Select 1" is changed?