Do we have any function that can remove an item on...
# suitescript
t
Do we have any function that can remove an item on a list?
e
Remove an element from an Array? You have methods like shift and filter. Remove an element from a sublist? You have record.removeLine and currentRecord.removeLine
t
I will take a look at this 🙂
thank you