i want to hide a remove button on the sublist line...
# suitescript
v
i want to hide a remove button on the sublist line based on a field value . how could i take the button object? i did getButton, but it returns nothin.
d
the supported method would probably be to just use the validateDelete client script entry point (and return true/false as appropriate)