FYI, I need to do more testing but this code was p...
# suitescript
a
FYI, I need to do more testing but this code was perfectly working using
groupedObject[oKey].map
and just stop working after the 2018.2 update and I had to change it to use
forEach
which should be better but still weird it just break and map throw error that Object is undefined...
🤔 1