Is it possible to define a sublist using ui.server...
# suitescript
n
Is it possible to define a sublist using ui.serverWidget where the values in a select can only be specified once per sublist? I have a column with item ids and want to make sure they can only add 1 row per item id
s
This isn't something you can control in the definition of the list, you would need to check/handle in a client script.
b
n
that worked, thank you!
@battk When the user selects from this field, I'd like to show the value of it in a different field, is this possible?
the list has the value = internal id and text = item description
so when they pick an item description i'd like to fill the item id in automatically so they can see it
b
You will have to script that yourself