I need to empty some sublist values if i click on ...
# suitescript
v
I need to empty some sublist values if i click on the button on the sublist. Which script could i use? Could anyone please help?
t
You can try to explore this option
v
Ok thank you, but i mean to ask which script should i use? client fieldChanged or something else?
s
Which button? You can add one, and then have the function called on click in a Client Script.
t
Normally I would do, UE before/aftersubmit in CS saverecord
it depends on your process flow.
r
I would go with client script, having a custom function since you are making a button. Not a standard entry point.