Join Slack
Powered by
You would `concat` two Arrays, so I'd expect that ...
# suitescript
e
erictgrubaugh
11/03/2017, 4:39 PM
You would
concat
two Arrays, so I'd expect that to be
ssg.columns.concat([newCol]);
, or you can use
push
to add an element at the end
ssg.columns.push(newCol);
Open in Slack
Previous
Next