Join Slack
Powered by
Do we have any function that can remove an item on...
# suitescript
t
Tyn Guardian
11/26/2022, 3:17 AM
Do we have any function that can remove an item on a list?
e
erictgrubaugh
11/26/2022, 4:10 PM
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
Tyn Guardian
11/28/2022, 12:16 AM
I will take a look at this 🙂
Tyn Guardian
11/28/2022, 12:16 AM
thank you
2
Views
Open in Slack
Previous
Next